Problem admin backup

yatoula

New member
Joined
Sep 7, 2009
Messages
138
Location
France (Metz)
I have this error message with a account :
Error while backing up database dzeurope_tCwuJjo
mysqldump error output: mysqldump: Got error: 1286: Unknown table engine 'InnoDB' when using LOCK TABLE

What is ?
Thanks
 
This means that the InooDB storage engine is not installed/enabled.
Did you maybe add --skip-innodb in the /etc/my.cnf?
 
Back
Top