Answer the question
In order to leave comments, you need to log in
MariaDB how to set encoding?
When editing the file /etc/my.cnf.d/server.cnf I add
the item
character_set_connection = utf 8 I
restart the MySQL VDS server crashes ....
What's the catch?
Where to enter this line?
Tried many options already
Answer the question
In order to leave comments, you need to log in
character_set_connection - Shouldn't be set at all. Of course, how will the sql server be started if such a variable does not exist in the mysql (mariadb) config!
in the [client] section write:
in the [mysqld] section write:
character-set-server=utf8
collation-server=utf8_general_ci
init-connect="SET NAMES utf8"
skip-character-set-client-handshake
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question