Skip to content

Instantly share code, notes, and snippets.

View cgraamans's full-sized avatar

sn0r cgraamans

  • Eindhoven, Breda, Tilburg
View GitHub Profile
@xeoncross
xeoncross / utf8mb4.cnf
Last active March 4, 2021 18:36
Correctly set MySQL to use utf8 on ubuntu
[client]
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4
[mysqld]
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci