• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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