Hi..
I had used the following command to restore a mysql database on command line.
mysql -u root -p admin test < D:\backup\test.sql
here username-root,password-admin,database-test,backupfile located at-D:\backup\test.sql.
It doesnot working..showing error messages..If anybody knows plz help me.
Thanks