Mega Code Archive

 
Categories / MySQL / Command Mysql
 

To reload an SQL-format dump file produced by mysqldump, process it with mysql

shell> mysqldump --opt world Country > dump.sql shell> mysql test < dump.sql