• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Why is Plesk messing with the server's valid MySQL configuration?

Enverex

Basic Pleskian
As of a week or two ago, we have noticed that Plesk is now adding lines to the MySQL configuration on setup which breaks MySQL.

The line specifically is "bind-address = ::" which is added to /etc/my.cnf. If the "[mysqld]" section doesn't exist in this file already then Plesk creates it underneath the includes section, meaning your own configuration option(s) in /etc/my.cnf.d/server.cnf will be overridden.

There's two issues with this:

1) Why is it even adding this line in the first place?
2) This server does not have IPv6 (it's disabled). Adding this line breaks MySQL completely so it won't even start.
3) Why is is the installer assuming protocol support without even checking?

Can you please not do this.
 
Back
Top