• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How to change Mariadb parameter in Plesk?

But I can't find "my.cnf" under Centos 7
my.cnf is located in /etc:

# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

# ll /etc/my.cnf
-rw-r--r--. 1 root root 617 Sep 18 2018 /etc/my.cnf

Note: utf8mb4 Character Set (4-Byte UTF-8 Unicode Encoding) support is available starting from the MySQL 5.5.3 version.
 
We've heard similar requests from customers who claimed that UTF8 mb4 support is not enabled. But actually, when you test it against the database, it is. So normally, in a default MariaDB 10.x installation, there is no need to change anything in the configuration.
 
Back
Top