Tag Archives: export

MySQL: Export Each Database to Individual SQL File

database

MySQL backups are normally done using mysqldump – a MySQL database backup program. The problem is all the backups will be written to a single output SQL file. I prefer to dump each MySQL database to a separate SQL file.