[rt-users] Blank Comment

Alex Vandiver alexmv at bestpractical.com
Fri Jul 16 15:26:58 EDT 2004


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

-- 
Networking -- one letter away from not working



More information about the rt-users mailing list