Revert "mysql: increase max_allowed_packet"

This reverts commit 9123ea7016.

Not needed. This was a db corruption issue
This commit is contained in:
Girish Ramakrishnan
2018-03-22 21:49:08 -07:00
parent d81930be72
commit e33ebe7304
+2 -2
View File
@@ -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=64M
max_allowed_packet=32M
# 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 = 64M
max_allowed_packet = 16M
default-character-set = utf8mb4
[mysql]