MySQLDump Except Locked Tables
MySQL will go down if locked tables are touched during dump. Use the following mysqldump syntax instead:
1mysqldump --single-transaction --skip-lock-tables
MySQL will go down if locked tables are touched during dump. Use the following mysqldump syntax instead:
1mysqldump --single-transaction --skip-lock-tables