2 messages in com.mysql.lists.mysqlRe: Disable engines
FromSent OnAttachments
Flavio Gonçalves28 Oct 2005 08:21 
Mihail Manolov28 Oct 2005 12:49 
Subject:Re: Disable engines
From:Mihail Manolov (mman@govliquidation.com)
Date:10/28/2005 12:49:15 PM
List:com.mysql.lists.mysql

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