Created
September 29, 2018 21:52
-
-
Save hsali/15aa91605472b8852f0e202dcb612012 to your computer and use it in GitHub Desktop.
erpnext maria db configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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