mysql: increase max_allowed_packet
some cloudrons are reporting some errors after 2.0. maybe all those additional joins/fields we put in is causing this
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
performance_schema=OFF
|
||||
max_connections=50
|
||||
# on ec2, without this we get a sporadic connection drop when doing the initial migration
|
||||
max_allowed_packet=32M
|
||||
max_allowed_packet=64M
|
||||
|
||||
# https://mathiasbynens.be/notes/mysql-utf8mb4
|
||||
character-set-server = utf8mb4
|
||||
@@ -15,7 +15,7 @@ collation-server = utf8mb4_unicode_ci
|
||||
[mysqldump]
|
||||
quick
|
||||
quote-names
|
||||
max_allowed_packet = 16M
|
||||
max_allowed_packet = 64M
|
||||
default-character-set = utf8mb4
|
||||
|
||||
[mysql]
|
||||
|
||||
Reference in New Issue
Block a user