Re: Disable engines
Flavio Gonçalves wrote: I want to permit only MyISAM tables to be created in my server. How can I disable all the other engines? Put: skip-innodb skip-bdb in your my.cnf file, [mysqld] section. Mihail -- Mihail Manolov Government Liquidation, LLC Special Projects Leader 202 558 6227 --
Disable engines
I want to permit only MyISAM tables to be created in my server. How can I disable all the other engines? Flávio Gonçalves