To enable the InnoDB database engine, open up /etc/my.cnf in an editor(such as vim), and comment out the skip-innodb line:
Change:
[mysqld]
skip-innodb
To:
[mysqld]
#skip-innodb
Then restart the MySQL services:
service restart mysql
To enable the InnoDB database engine, open up /etc/my.cnf in an editor(such as vim), and comment out the skip-innodb line:
Change:
[mysqld]
skip-innodb
To:
[mysqld]
#skip-innodb
Then restart the MySQL services:
service restart mysql