MySQL Forums
Forum List  »  PHP

Re: Error in Importing Database
Posted by: Rick James
Date: August 09, 2013 09:27AM

You apparently did a full mysqldump of all databases. That includes `mysql` and `information_schema`.

Plan A:
If possible, go back and dump only the one database you need.

Plan B:
If you can't, then edit the dump file and remove the two sections with those databases. Keep just 'your' database. Then the load should work ok.

Options: ReplyQuote


Subject
Written By
Posted
August 07, 2013 12:49AM
Re: Error in Importing Database
August 09, 2013 09:27AM


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.