Tuesday, January 6, 2009
How to Restore a MySQL database
Posted on 6:50 AM by Unknown
The most common and basic way to restore, is a restore of a database.#mysql -u username –password=password DB < DB.sqlRestoring your database to another database over the network# mysqldump -u username –password=password DB | mysql –host=192.168.0.23 -C DB
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment