MySQL Restoring a database backup There is a number of ways to import a database backup, but we've found the…Sonassi Guru6th September 2013
MySQL Adding a new database and user Creating a database and user can be completed via a number of means: 1. PHPMyAdmin…Sonassi Guru28th August 2013
MySQL Purging a database by command line You can use the `mage-dbpurge` utility to completely empty a MySQL database. This is useful…Sonassi Guru7th May 2013
MySQL Dumping a database by command line You can use the `mage-dbump` utility to dump your Magento database, without causing downtime on…Sonassi Guru7th May 2013