[rt-users] Blank Comment
Leon
rt at tux.datalink.co.za
Fri Jul 16 15:46:10 EDT 2004
Thanks I will have a look at this tomorrow morning at the office.
Alex Vandiver wrote:
>On Fri, 2004-07-16 at 15:13, Leon wrote:
>
>
>>Is there some way I can check if my MySQL does have the correct support
>>for InnoDB tables ?
>>
>>
>mysql> show variables like 'have_innodb';
>+---------------+-------+
>| Variable_name | Value |
>+---------------+-------+
>| have_innodb | YES |
>+---------------+-------+
>1 row in set (0.00 sec)
>
> If it says NO, MySQL doesn't have InnoDB support compiled in at all.
>If it says DISABLED, support is compiled in but not enabled in the
>configuration; this is fixable by removing the 'skip-innodb' line from
>your my.cnf file and restarting MySQL.
> - Alex
>
>
>
More information about the rt-users
mailing list