mysql dump failure
Posted by:
Jim Longo
Date: October 23, 2012 12:53PM
after upgrading to mysql 5.5.27 my cron jobs are failing with an error
CRON:
$command = "mysqldump --add-drop-table -u $dbuser --password=$dbpwd $dbname | gzip > $filename";
ERROR:
mysqldump: unknown variable 'default-storage-engine=MyISAM'
here is the top section of /etc/my.cnf
[mysqldump]
quick
max_allowed_packet=16M
default-storage-engine=MyISAM
innodb_file_per_table=1
Thanks for any help.
jim
Edited 1 time(s). Last edit at 10/23/2012 12:53PM by Jim Longo.
Subject
Views
Written By
Posted
mysql dump failure
2392
October 23, 2012 12:53PM
1300
October 23, 2012 10:38PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.