Restore a MySQL Database
Restore a MySQL Database
Through Shell:
$ mysql -uUserName -pPassword -hlocalhost DatabaseName < mysql_db.sql
Restore a MySQL Database
Security is a cat and mouse game
Restore a MySQL Database
Through Shell:
$ mysql -uUserName -pPassword -hlocalhost DatabaseName < mysql_db.sql
Restore a MySQL Database
Posted by Andrew at Tuesday, January 16, 2007
No comments:
Post a Comment