2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00

[fix] mariadb max packet size

This commit is contained in:
Anand Doshi 2016-05-26 13:27:12 +05:30
parent 5a8ee1513c
commit c8989775ad

View File

@ -5,6 +5,7 @@ innodb-large-prefix=1
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
max_allowed_packet=64M
[mysql]
default-character-set = utf8mb4