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
Post a Comment