Site icon Learning & Doing

Error: Unknown storage engine ‘InnoDB in cpanel

problem :

Error: Unknown storage engine ‘InnoDB

solusi :

1. login ke mysql

2. ketik command berikut

#mysql

#show engines;

| InnoDB             | NO      | Supports transactions, row-level locking, and foreign keys     | NULL         | NULL | NULL       |

3. cara enable inodb

# vi /etc/my.cnf 
#skip-inndob ( comment the line to activate Innodb) 
♦ Restart Mysql 
# /etc/init.d/mysql restart
Exit mobile version