How to tell if MySQL has InnoDB support enabled?
Page: 1
Ilija Studen
on Sep 5. 2006. 6:11 am
Q: How to tell if MySQL has InnoDB support enabled?
A: Run this query (in phpMyAdmin, mysql console tool or whatever MySQL administration tool you have):
It should return something like this:
A: Run this query (in phpMyAdmin, mysql console tool or whatever MySQL administration tool you have):
SHOW VARIABLES LIKE 'have_innodb';
It should return something like this:
+---------------+-------+ | Variable_name | Value | +---------------+-------+ | have_innodb | YES | +---------------+-------+
activeCollab team member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



