mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
99cf7610c0
Increased the max_packet_size for both mysqld and mysqldump to 256M. Change was made to prevent backup/restore failure due to large packet size, which used to showup as tabSingles not found
15 lines
294 B
INI
15 lines
294 B
INI
[mysqld]
|
|
innodb-file-format=barracuda
|
|
innodb-file-per-table=1
|
|
innodb-large-prefix=1
|
|
character-set-client-handshake = FALSE
|
|
character-set-server = utf8mb4
|
|
collation-server = utf8mb4_unicode_ci
|
|
max_allowed_packet=256M
|
|
|
|
[mysql]
|
|
default-character-set = utf8mb4
|
|
|
|
[mysqldump]
|
|
max_allowed_packet=256M
|