Quoting Sydney Puente <sydneypue...@yahoo.com>:

Hello,

I have a mysqldump file created by AutoMySQLBackup.
And it hangs when I do a
mysql > source backup.sql

If you are trying to restore from backup.sql to a database called soure then your syntax is wrong. You should be running:

mysql source < backup.sql

Assuming you donĀ“t need a password to connect to mysql...




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to