in server.conf I have the following lines but still all three exccluded databases are backed up:
CONFIG_db_names=()
CONFIG_db_exclude=( 'information_schema' 'mysql' 'performance_schema')
This is a problem as I get the followiing message
Errors reported during AutoMySQLBackup execution.. Backup failed
Error log below..
mysqldump: Got error: 1142: "SELECT, LOCK TABLES command denied to user 'root'@'localhost' for table 'accounts'" when using LOCK TABLES
Also tried:
CONFIGtableexclude=('performanceschema.' 'informationschema.' 'mysql.')
Didn't work either*