MySQL Forums
Forum List  »  Newbie

Restore of Database
Posted by: Tassos Voulg
Date: April 23, 2014 03:30AM

I have a dump file with the structure & data of several databases.
I've used the following steps to restore just one database:

1. I've created an empty database with Phpmyadmin
2. Executed mysql -u myuser -p mydb1 < full_backup.sql

The problem is that this command updated other databases as well and not only mydb1

Did I do something wrong?

Is there a way to revert the changes made in the other databases?

Options: ReplyQuote


Subject
Written By
Posted
Restore of Database
April 23, 2014 03:30AM
April 23, 2014 09:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.