Restoring a Dump : Mysqldump : MySQL Utilities MySQL TUTORIALS


MySQL TUTORIALS » MySQL Utilities » Mysqldump »

 

Restoring a Dump


Restoring a dump depends on what you have actually dumped.

c:mysqlbinmysql -u root -p myDatabase < myDatabase.sql

or to add a non-existent table to a database...

c:mysqlbinmysql -u root -p myDatabase < employee.sql



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo MySQL Utilities
» Mysqldump