Skip to main content

Unsupported MySQL version warning

Comments

1 comment

  • cPanelMichael
    Hello, I suggest upgrading MySQL rather than hiding the message, however, you could manually edit the following file:
    /usr/local/cpanel/base/frontend/x3/sql/sql_version_warning.tmpl
    Comment out the following lines:
    [% IF Mysql.show_update_warning %]
    [% locale.maketext('This server is running an unsupported MySQL version ([_1]). Ask your system administrator to upgrade MySQL to improve security and features.', mysql_version) %]
    [% END %]

    Then, add the file to the /etc/cpanelsync.exclude file to ensure it's not overwritten. Note that these steps are unsupported, and you should only use them on a temporary basis until you can upgrade MySQL. Thank you.
    0

Please sign in to leave a comment.