Skip to content

Instantly share code, notes, and snippets.

@hsali
Created September 29, 2018 21:52
Show Gist options
  • Save hsali/15aa91605472b8852f0e202dcb612012 to your computer and use it in GitHub Desktop.
Save hsali/15aa91605472b8852f0e202dcb612012 to your computer and use it in GitHub Desktop.
erpnext maria db configuration
#at bottom of my.conf
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4
@hsali
Copy link
Author

hsali commented Sep 29, 2018

configured to use the Barracuda storage engine.
Please add the settings below to MariaDB's my.cnf, restart MariaDB then
run bench new-site site.local again.

[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci

[mysql]
default-character-set = utf8mb4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment