Answer the question
In order to leave comments, you need to log in
How to disable the use of MyISAM?
We need to force users to use InnoDB. How can I disable the use of MyISAM engines for users on web hosting? Or limit to a minimum the possibility of filling dumps where MyISAM lives?
dev.mysql.com/doc/refman/5.1/en/show-engines.html
"All MySQL servers support MyISAM tables, because MyISAM is the default storage engine. It is not possible to disable MyISAM ”
but can you somehow pervert?
Answer the question
In order to leave comments, you need to log in
Tell me the hosting on which you want to disable myisam so that I know which hosting not to use.
1. Send users notifications about MyIsam
2. Send a trigger\mysql-proxy that will turn myisam into innodb
3. For fulltext, add a sphinx to mysql
4. And all this can be advertised as bonuses, not restrictions
And if you set the default engine to InnoDB? There is an opinion that most users use MyISAM only because it is the default.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question