Re: Help with mysql connection
did you experiment with your max_connections setting in your My.ini file?
If My.ini is not accesible to you, you could try to do a
SELECT @@max_connections
and a
SHOW STATUS [LIKE 'Connections']
when this situation occurrs.
You should establish a connection as a user with SUPER privileges, if my info is correct, you should always be able to connect one such user when the connection limit has been reached.
G'Luck!
Subject
Written By
Posted
Re: Help with mysql connection
July 05, 2005 01:06AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.