mysql: неизвестная опция '-пропуск-innodb'

Кто бы ни записал, что использовал несправедливость (или редкое) термин. Это - "планирование процессора".

0
задан 25 November 2013 в 01:13
1 ответ

unless you are running an old version, you need to load the innodb engine, as the "mysql" database now uses it for its tables internal tables (ie. "mysql"), and so wont start without it

older versions you can exclude loading the innodb engine, per your example, so as to make it not load on restart

that said, innodb is better that myiasm for most use cases

EDIT:

you have to post more like meaningful my.cnf; show engines; show variables like "%...%", show status like "%...%"....

0
ответ дан 5 December 2019 в 14:33

Теги

Похожие вопросы