diff --git a/HowtoMySQL.md b/HowtoMySQL.md index 3af70150..838f2100 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -175,6 +175,8 @@ collation-server = utf8_unicode_ci secure-file-priv = "" ~~~ +**Note** : MariaDB 10.1 avec Debian 9 est par défaut en `utf8mb4` + collation `utf8mb4_general_ci`. + Le fichier `/etc/mysql/mariadb.conf.d/zzz-evolinux-custom.cnf` contient nos éventuelles optimisations spécifiques. Nous désactivons également une protection mise en place par l'unité [systemd](HowtoSystemd).