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

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -