[SOLVED] #1286 - Unknown table engine ‘InnoDB©?’
| [SOLVED] #1286 - Unknown table engine ‘InnoDB©?’
mysql -u root -p yourhiddenpasswd |
|
+---------------+-------+ |
|
| Variable_name | Value | |
|
+---------------+-------+ |
|
| have_innodb | NO | |
|
+---------------+-------+ |
|
1 row in set (0.00 sec) |
|
|
mysql>
Please find your my.cnf file. Usually it’s in /etc/my.cnf. [root@myserver ~]# nano /etc/my.cnf add below lines to your my.cnf file
Then it will be work correctly. |