Comment 4 for bug 1210160

Revision history for this message
Ken Schroeder (kschroed) wrote :

This does not appear fixed in Icehouse.1 proposed

hiera_data/user.common.yaml contains
mysql::server::override_options:
  mysqld:
    bind-address: 10.114.196.11
    max-connections: 8192
    max_connect_errors: 4294967295
  isamchk:
    key_buffer_size: 64M

Deployed Mysql server contains.
root@svl4-csm-b-aio-001:~# grep -r max /etc/mysql/*
/etc/mysql/my.cnf:max_allowed_packet = 16M
/etc/mysql/my.cnf:max_binlog_size = 100M
/etc/mysql/my.cnf:max_connections = 151
/etc/mysql/my.cnf:max_allowed_packet = 16M