Knowledge Base

How do I enable MyISAM on a cPanel Server?

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


    Change:
    [mysqld]
    skip-MyISAM

    To:
    [mysqld]
    #skip-MyISAM

    Then restart the MySQL services

    service restart mysql

Please rate this article to help us improve our Knowledge Base.

0 0