Tutorial: Backup and Restore with mysqlhotcopy I’d like to share with you a way to backup MySQL databases and that is by using a perl script included with MySQL called mysqlhotcopy. Things to note about mysqlhotcopy are:   It only works with MyISAM and ARCHIVE storage engines. Does not work with InnoDB. Is faster that mysqldump […]