Does DNS-Only cpanel require MySQL?
We just updated a DNS-Only server (being used as a nameserver in a DNS Cluster) to latest version 90.0.14. Now we see this message after login:
[QUOTE]Action Needed
Your MySQL version (5.6) will reach End of Life status soon. Upgrade now to prevent security and compatibility problems.
Upgrade MySQL
Is this important? Is mysql service required for a DNS-Only server being used as only a nameserver (ns1.domain.com)? Moreover, when I click the Upgrade MySQL button, I see this message on the next page: [QUOTE]Your server"s MySQL/MariaDB RPM target is set to "unmanaged". You cannot use the MySQL/MariaDB Upgrade feature while your server is in this state. To allow cPanel & WHM to manage MySQL/MariaDB on your server, read the
Is this important? Is mysql service required for a DNS-Only server being used as only a nameserver (ns1.domain.com)? Moreover, when I click the Upgrade MySQL button, I see this message on the next page: [QUOTE]Your server"s MySQL/MariaDB RPM target is set to "unmanaged". You cannot use the MySQL/MariaDB Upgrade feature while your server is in this state. To allow cPanel & WHM to manage MySQL/MariaDB on your server, read the
-
Hello, MySQL is not explicitly required for DNS-Only servers, in the past MySQL was used for the MyDNS nameserver, Eximstats, and cPhulkd. We no longer use MySQL for cPhulkd or Eximstats and MyDNS has been deprecated as of version 78. You can safely disable MySQL if you're not using it for any other service. 0 -
Excellent. Thanks! We're not using eximstats or cphulk. Hmmm... Is there a way to disable MySQL on a DNS-Only server? I just noticed the enable/disable checkbox for MySQL Service on the Service Configuration " Service Manager page is grayed out, so we can't disable it. 0 -
Hello, You can use the operating system to disable the service from starting on boot. CentOS 7 : systemctl disable mysql
CentOS 6:chkconfig mysql off
You will also want to make sure you stop the service if you haven't already: CentOS 6:/etc/init.d/mysql stop
CentOS 7:systemctl stop mysql
After those steps are complete MySQL won't be started again.0
Please sign in to leave a comment.
Comments
3 comments