martedì 3 febbraio 2015

[mysql] Enable InnoDB support in MySQL (Unknown table engine ‘InnoDB’)

I converted MyISAM tables to InnoDB engine via PHPmyadmin.

The result was the warning Unknown table engine ‘InnoDB’ and my data were gone!

No problem:

service mysqld stop
rm -f /var/lib/mysql/ib_logfile*
service mysqld start

Nessun commento:

Posta un commento