Re: Disable engines

2005-10-28 Thread Mihail Manolov
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

2005-10-28 Thread Flavio Gonçalves
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