For MySQL Export and Import (backup and restore), or migration/dump Examples to dump database wordpress:
dump a table mysqldump --opt DBName TableName > TableName.sql after creating wordpress_dev database we can import the dump of wordpress to wordpress_dev database by running the following
Mysql full dump
MySQL dump with compression
dump of userinterface.profiles in a way that will just merge the new rows when imported
|
MySQL >