Restore MySQL database command doesn't work anymore

Scolpy

Verified User
Joined
Feb 25, 2009
Messages
115
Hello!

I've made some script that restore database by the command:
Code:
mysql --user=DATABASE_USERNAME --password=USERNAME_PASSWORD DATABASE_NAME < DATABASE_FILE > output.file

but now I see that this script doesn't execute correctly because this command(that for some reason doesn't work anymore).

I've upgraded the MySQL from version 5.0 to 5.1 - so maybe that the reason for this issue?

Thanks!

Yonatan :)
 
Back
Top