add hack for mysql server on ec2

This commit is contained in:
Girish Ramakrishnan
2016-07-27 00:15:08 -07:00
parent 01af6ef23a
commit b628e2a6c8

View File

@@ -5,3 +5,6 @@
[mysqld]
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