Tag Archives: mysql

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.

Reset MySQL root Password

database

If you have set a root password for MySQL previously, but have forgotten what it was, you can reset the password without much hassle.