Why is there connection errors in MySQL ? Text Tutorial

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.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can I remote access to our MySQL database ?

No, we do not allow remote access to our database servers for security purposes. We provide you...

How do I manage my MySQL database ?

You can log in to your cPanel and click on phpMyadmin under Site Management tools. MySql...

How to create MySQL database ?

First, login to your Control Panel.Then click on databases. Enter a database name and press add....

What is MySQL? Text Tutorial

MySQL is the database engine we use for our LINUX hosting accounts. It allows you to store...