Rob Cochrane wrote:
Hi All,
I am a Web developer and have been using MySQL for a couple of years. I
have just changed to a new development machine away from WinXP to Ubuntu
Linux. My Dbase administration in the past has been via MySQL-Admin and
SQLYog. I am now trying to bring all my databases into localhost and
even under sudo MySQL-admin will not allow a restore!
I am not a great command line expert, preferring a GUI.
Using phpMyAdmin export/import gives a "#1046 - No database selected "
error.
I know I am doing something really stupid but I have been setting up
this box for 5 days and had minimal sleep.
Make sure you go into a database before trying to import it.
You've done a single database dump which doesn't include a "use
database" line at the top - so you need to select the database you want
to import to before you start.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]