MySQL 5.5: AutoMySQLBackup – Error for table ‚cond_instances‘ when using LOCK TABLES

Mit der neuen MySQL Version 5.5 treten mit dem Tool "AutoMySQLBackup" ein paar Fehlermeldungen auf. Das AutoBackup-Skript wirft folgende Fehlermeldung:

mysqldump: Got error: 1142: SELECT,LOCK TABL command denied to user 'root'@'localhost' for table 'cond_instances' when using LOCK TABLES

Um diesen Fehler zu umgehen, muss in der "automysqlbackup"-Konfigurationsdatei eine Anpassung an der Variable "CONFIG_db_exclude" vorgenommen werden.

For MySQL 5.5 errors occur when trying to lock the performance_schema (like information_schema). The default for CONFIG_db_exclude should be CONFIG_db_exclude=( 'information_schema' 'performance_schema' )

Quelle: www.sourceforge.net/tracker

Tags: , , , , , , ,

Hinterlasse eine Nachricht