Friday, June 27, 2025
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 189 times, 1 visits today)
Baca Juga :  Solusi Email : SMTP error from remote mail server after initial connection: 554 Blocked - see https://ipcheck.proofpoint.com/?ip=175.x.x.x

Similar Posts