MySQL Forums
Forum List  »  MyISAM

Still disable InnoDB in MySQL 5.7
Posted by: Jean-Baptiste SILVY
Date: November 22, 2016 12:46AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
Still disable InnoDB in MySQL 5.7
4536
November 22, 2016 12:46AM
1612
November 22, 2016 02:18PM
1445
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.