• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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