• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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