Still disable InnoDB in MySQL 5.7
Hi,
Since MySQL 5.7.5 InnoDB engine is always loaded (https://dev.mysql.com/doc/refman/5.7/en/innodb-turning-off.html).
However I'm working on an application where MyISAM does a better job. We were disabling InnoDB until now. With 5.7, I put the default engine and default temporary table engine to MyISAM and don't want InnoDb to be loaded for a couple of internal tables (plugin and server).
Is there a way (even a bit hacky) to still disable it?
Thanks!
Jean-Baptiste
Subject
Views
Written By
Posted
Still disable InnoDB in MySQL 5.7
4734
November 22, 2016 12:46AM
1737
November 22, 2016 02:18PM
1636
November 24, 2016 10:21PM
1540
November 25, 2016 08:02PM
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.