MySQL Backup Fails with "Failed to backup 'XXXXXXX' table 'XXXXXXXXXXX' for database 'XXXXXXXXXXX' ".
Depending on backup configuration, NetVault Backup plugin for MySQL requires access to exclusively lock the tables for backup. This makes sure that the table is completely consistant during backup.
The plugin is like a wrapper around mysqldump, sending the dump data to NetVault controlled devices and database. If locking is enabled, the table locking is performed by something similar to:
# mysqldump --lock-tables
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_lock-tables
There are two resolutions: