Quote:
|
Originally Posted by mvital
 any ideias ????
before post to support .... :p
|
Do you have MySQLAdmin installed? If so run: mysqladmin processlist
This will give you a list of connections MySQL is making. It displays where the connections are coming from, and going to. Once you see this list, you'll be able to tell what's using the most amount of connections, and you can go from there.
If you don't have MySQLAdmin installed, install it.
