How do I enable InnoDB on a cPanel Server?

To enable the InnoDB database engine, open up /etc/my.cnf in an editor(such as vim), and comment out the skip-innodb line:


Change:
[mysqld]
skip-innodb

To:
[mysqld]
#skip-innodb

Then restart the MySQL services:

service restart mysql

  • cpanel, innodb, mysql, database
  • 9 användare blev hjälpta av detta svar
Hjälpte svaret dig?

Relaterade artiklar

How do I create a new cPanel account within the Web Host Manager?

1. On the left hand navigation of WHM scroll down to Packages, and select Add Packages. Create a...

Account Migration

To generate the backup (on the server you are moving the account from) 1. Login to cPanel. 2....

How do I enable the GD library on a cPanel server?

First you will need to login to the Web Host Manager, Select Software->EasyApache If your...

Do you provide DNS management?

Yes, there are two primary options for managing DNS for your domains on a cPanel server: Option...

How can I change the SMTP port on a cPanel server?

Login to the Web Host Manager => Service Configuration => Service Manager, you'll find an...