Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

Correct collation in mariaDb config file

$
0
0

Hi there,

I need to set swedish collation in mariaDb and it seems to be correct. In mariadb.cnf file I have this...

[mysqld]

* Character sets

Default is "Latin1", if you need UTF-8 set all this (also in client section)

character-set-server = utf8

collation-server = utf8_general_ci

character_set_server = utf8

collation_server = utf8_general_ci

Collations by Tankbar

character-set-server = utf8mb4 collation-server = utf8mb4_swedish_ci init-connect = 'SET NAMES utf8mb4' init_connect = 'SET collation_connection = utf8mb4_swedish_ci' skip-character-set-client-handshake

End of collations

If I check mariaDb all variables are set, but when I run ee to create a site I got error on the database creation '[Error]Setting up database: '232''

Any idea what's wrong here? If I comment the lines in mariadb.cnf file all works like before.

/Regards, Micke


Viewing all articles
Browse latest Browse all 12639

Latest Images

Trending Articles



Latest Images