Closed bemeyert closed 7 years ago
This commit adds the additional --databases option to the mysqldump command. This adds a USE database statement to the beginning of the SQL dump. Without this one has to provide the database name at restore.
--databases
USE database
This commit adds the additional
--databases
option to the mysqldump command. This adds aUSE database
statement to the beginning of the SQL dump. Without this one has to provide the database name at restore.