i have a backup copy created using mysqldump called
"test-dump-Sat.sql".
i need to restore it into the "test" database on my
remote Solaris server. 
after getting into mysql i gave command:
use test;
mysql test < test-dump-Sat.sql;
i got the following error:
ERROR 1064: You have an error in your SQL syntax near
'database < test-dump-Sat.sql' at line 1

Your help will be really appreciated


__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to