Tech Stuff with Rybo
An overview of technical problems and my solutions for them.
Thursday, May 21, 2009
Restore MySQL Database
When restoring a database backed-up with mysqldump ... don't use the 'mysqldump' command to restore.
To restore the database use 'mysql'.
'mysql -u [name] -p[password] < [filename].sql'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment