Re install innodb
InnoDB is not in my cpanel im using centos 6.6 as my OS .
/etc/my.cnf doesnt have a skip innoDB notation
> show engines;
+--------------------+---------+----------------------------------------------------------+--------------+------+------------+
| Engine | Support | Comment | Transactions | XA | Savepoints |
+--------------------+---------+----------------------------------------------------------+--------------+------+------------+
| CSV | YES | CSV storage engine | NO | NO | NO |
| MRG_MYISAM | YES | Collection of identical MyISAM tables | NO | NO | NO |
| MyISAM | DEFAULT | MyISAM storage engine | NO | NO | NO |
| BLACKHOLE | YES | /dev/null storage engine (anything you wr it disappears) | NO | NO | NO |
| MEMORY | YES | Hash based, stored in memory, useful for ary tables | NO | NO | NO |
| FEDERATED | NO | Federated MySQL storage engine | NULL | NULL | NULL |
| ARCHIVE | YES | Archive storage engine | NO | NO | NO |
| PERFORMANCE_SCHEMA | YES | Performance Schema | NO | NO | NO |
+--------------------+---------+----------------------------------------------------------+--------------+------+------------+
how do i re install my sql to use innoDB?
-
Hello, You may want to try restarting MySQL and then "tail -n 100 /var/lib/mysql/hostname.example.com.err" replacing hostname.example.com with your actual hostname. That will likely tell you what the issue is, if not please paste your full /etc/my.cnf 0
Please sign in to leave a comment.
Comments
1 comment