max_connections were not being applied right.master
datadir=/var/lib/mysql | datadir=/var/lib/mysql | ||||
bind-address={{ service.bind.address }} | bind-address={{ service.bind.address }} | ||||
port=3306 | port=3306 | ||||
max_connections={{ service.max_connections }} | |||||
max_connections={{ service.get('max_connections', 200) }} | |||||
default-storage-engine=innodb | default-storage-engine=innodb | ||||
binlog_format=ROW | binlog_format=ROW | ||||
collation-server=utf8mb4_unicode_ci | collation-server=utf8mb4_unicode_ci |