MySQL Forums
Forum List  »  Newbie

Re: cannot upload large .sql database file to newly installed mysql using mysqldump in windows 7 <new mysql user>
Posted by: Guelphdad Lake
Date: August 08, 2011 08:27AM

This error:
ERROR 1046 (3D000) at line 22: No database selected
means you have not selected a database to import the file into.

So either specify that at the command line or add
USE databasenamegoeshere;

to the beginning of your file.

---------------
Guelphdad,
Moderator
forums.mysql.com

Options: ReplyQuote




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.