2015-08-13 13:47:18 -07:00
|
|
|
!includedir /etc/mysql/conf.d/
|
|
|
|
|
!includedir /etc/mysql/mysql.conf.d/
|
|
|
|
|
|
|
|
|
|
# http://bugs.mysql.com/bug.php?id=68514
|
|
|
|
|
[mysqld]
|
|
|
|
|
performance_schema=OFF
|
2016-04-29 20:20:52 -07:00
|
|
|
max_connections=50
|
2016-07-27 00:15:08 -07:00
|
|
|
# on ec2, without this we get a sporadic connection drop when doing the initial migration
|
|
|
|
|
max_allowed_packet=32M
|
|
|
|
|
|