Why is there connection errors in MySQL ? Text Tutorial Print

  • 0

Please contact support as soon as possible because someone has a script that is poorly scripted and over utilizing the open connections to the database servers.

Also make sure you are supplying a username and password to the database server, otherwise it connects as apache@localhost which will not work. Also DO NOT use persistent connections as you will use too many resources. This feature is good to use if you have your own server. Persistent connections will be blocked if they are found being used.

Was this answer helpful?

« Back