On Friday 06 July 2012 11:21 AM, rajeshrudramani wrote:
Hi Bharath,
yes bharath i restarted the server. After that
mail are started delivering the to respective mailbox. As you
mentioned the my.cnf. My connection string show limit 500 did i need
to change any thing in my.cnf.
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
set-variable = max_connection=500
I can't say offhand if there are some changes that need to be made in
your my.cnf. Remember, despite the high max connections, you may hit a
resource limit on the server well before max_connections are reached.
What do your mysql logs show?
Bharath