mysqldump is locking the db
If your mysqldump command is locking the DB and you can’t edit the command (because another application is starting it), just add this to your /etc/my.cnf:
[mysqldump]
single-transaction
quick
skip-lock-tables
If your mysqldump command is locking the DB and you can’t edit the command (because another application is starting it), just add this to your /etc/my.cnf:
[mysqldump]
single-transaction
quick
skip-lock-tables