Skip to content
Shaun edited this page Sep 4, 2013 · 5 revisions

Issues

  • Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.

Had to change line 440 in the automysqlbackup script to: opt=( '--quote-names' '--opt' '--ignore-table=mysql.event' )

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

CONFIG_db_exclude=( 'information_schema' 'performance_schema' )

Clone this wiki locally