I run this command in my Centos 7 server:
frappe@vps [~/frappe-bench]# bench new-site erp.local
but I got this error:
frappe@vps [~/frappe-bench]# bench new-site erp.local
MySQL root password:
================================================================================
Creation of your site - erp.local failed because MariaDB is not properly
configured to use the Barracuda storage engine.
Please add the settings below to MariaDB's my.cnf, restart MariaDB then
run `bench new-site erp.local` again.
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4
================================================================================
frappe@vps [~/frappe-bench]#
When I see /etc/my.cnf file, I encounter this:
!includedir /etc/my.cnf.d
So, I look at that folder and then opened "settings.cnf" file and I have found exact the same configuration.
What else do I have to see?
Regards Jaime