• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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