Command Mysql MySQL

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