• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Mysql /etc/my.cnf default settings 11.5.30

ZopfWare

Regular Pleskian
Is this all there is to my.cnf these days?

[mysqld]
bind-address=127.0.0.1
local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid


I'm having mysql usage problems and seem to recall this file had a lot more settings in it.

Any comments?
 
You'd be surprised to hear, but depending on MySQL variant this file may even be empty or absent (e.g., for MariaDB). Other than that looks OK to me.
 
Back
Top