Wednesday, July 24, 2024
Cpanel/WHM

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
(Visited 163 times, 1 visits today)
Baca Juga :  How to Upgrade Mysql in WHM/Cpanel

Similar Posts