Login or Register

RSS IconRecent posts in this topic

avatar
Ilija Studen on Sep 5. 2006. 11: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):

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.

RSS IconRecent posts in this topic