Header

  1. View current page

    studioego

Profile_img_60x60_01
0

mysql

mysql> show innodb status;
ERROR 1235 (42000): Cannot call SHOW INNODB STATUS because skip-innodb is defined

 

mysql> SHOW VARIABLES LIKE 'have_innodb';
+---------------+----------+
| Variable_name | Value    |
+---------------+----------+
| have_innodb   | DISABLED |
+---------------+----------+
1 row in set (0.02 sec)

 

 

History

Last edited on 07/18/2008 21:11 by StudioEgo

Comments (0)

You must log in to leave a comment. Please sign in.