> 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;

try the same command from shell.
shell> mysql -uUser -p test < test-dump-Sat.sql

Mike

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

Reply via email to