Disable myisam engine in mysql? -


i want prevent others create myisam tables, possible?

i trying install percona5.5 source, compile cmake use:

-dwithout_myisam_storage_engine=1 

but cannot disable myisam engine.

did miss something? please tell me how disable it?

seems myisam mandatory, , parameter mentioned can used controlling other optional storage engines. i'm basing on read here. can control setting default storage engine during start-up, imho.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Add class to another page attribute using URL id - Jquery -