MySQL: Export Each Database to Individual SQL File November 29th, 2014 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.
Reset MySQL root Password January 11th, 2009 If you have set a root password for MySQL previously, but have forgotten what it was, you can reset the password without much hassle.