Quote:
Originally Posted by uxbod You could also set it via Code: su - zimbra
zmlocalconfig -e zimbra_mysql_connector_maxActive=20 with respect to anything to worry about, are you seeing any other strange error messages ? How many users are connected to the system ? Or multiple people using the Admin GUI ? |
This wont work for this particular problem, because the logger gets its config from ${zimbra_home}/conf/my.logger.cnf, not the my.cnf used by other mysql stuff. (Set via zmlocalconfig, then logmysql and show variables, max connections still at default 10) There doesnt seem to be a localconfig setting for the logger mysql max connections:
zmlocalconfig | grep mysql
logger_mysql_bind_address = localhost
logger_mysql_data_directory = ${zimbra_home}/logger/db/data
logger_mysql_directory = ${zimbra_home}/logger/mysql
logger_mysql_mycnf = ${zimbra_home}/conf/my.logger.cnf
logger_mysql_pidfile = ${zimbra_home}/logger/db/mysql.pid
logger_mysql_port = 7307
logger_mysql_socket = ${zimbra_home}/logger/db/mysql.sock
[snip]
So its a config file edit and remember on each upgrade for now..