problem :
Daftar Isi
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 176 times, 1 visits today)