• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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