Hello Everyone,
Please does anyone have experience with implementing ERPNext using MariaDB database service on Microsoft Azure? we tried creating a site a few months ago and got this error
"
Creation of your site - site1.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 site1.local again.
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4
"
Since this is a graphical interface I cannot set any values in the my.cnf but parameters have been set.
Please if anyone who has experience using Azure’s MariaDB offering with ERPNExt can offer insight it would be really helpful.