VERSION: 2.0.5-173
BUILD: 90320-0424
Asterisk 1.2.30.2
Multi-Server
we are getting this error "MySQL connect ERROR: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11)" when our 2nd shift is running with 100 agents dialing and if this error appeared the agents in our monitoring was on paused but to their side they are still talking to the customer. please help
this is the settings inside the my.cnf
[mysqld]
port=3306
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
skip-name-resolve
skip-host-cache
max_connections=200
[client]
port=3306
socket=/var/lib/mysql/mysql.sock
[mysql.server]
user=mysql
basedir=/var/lib
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
thanks,
kla