Servus
Basic Pleskian
Hi Plesk users/supporters,
since I upgraded MariaDB to 10.5.5 on Ubuntu 18.04.5 with Plesk Obsidian 18.0.30, I realized that the former my.cnf is a link now and the configuration/tweaking (of former my.cnf) have to be done somewhere else, in another file.
Please, can you tell me please where or in which file I have to do the Database (MariaDB/MySQL) configuration now?
Under [mysqld] in /etc/mysql/my.cnf I did the configuration since I can remember and all my life long, e.g.:
*** But now the configuration seems to be done in another file and location.***

since I upgraded MariaDB to 10.5.5 on Ubuntu 18.04.5 with Plesk Obsidian 18.0.30, I realized that the former my.cnf is a link now and the configuration/tweaking (of former my.cnf) have to be done somewhere else, in another file.
Please, can you tell me please where or in which file I have to do the Database (MariaDB/MySQL) configuration now?
Under [mysqld] in /etc/mysql/my.cnf I did the configuration since I can remember and all my life long, e.g.:
*** But now the configuration seems to be done in another file and location.***
Code:
[mysqld]
bind-address=127.0.0.1
#bind-address = ::ffff:127.0.0.1
local-infile=0
innodb_buffer_pool_size=10G
innodb_log_file_size=256M
innodb_flush_log_at_trx_commit=2
innodb_autoextend_increment=1000
query_cache_size=64M
tmp_table_size=32M
max_heap_table_size=32M
max_connections=500

Last edited: