What is the maximum number of database connections for MySQL users?

In order to prevent excessive use by one site negatively impacting the performance of our MySQL servers, we limit the number of connections to the servers. The maximum connection limit is set to 30 connections per user. This limit is in place to maintain stability, it is not a guaranteed level of service.

If your application requires more connections, we recommend that you change your application to use persistent database connections or pooled database connections.

  • 19 Users Found This Useful
Was this answer helpful?

Related Articles

How do I connect to MySQL?

You can use any MySQL client to connect to our MySQL server to manage your database. If you are...

How to connect to MySQL using MySQL control center?

MySQL Control Center (also known as MySQLCC) is a platform-independent GUI administration client...

Do your MySQL servers support InnoDB table format?

WebHostForASP.NET does not support the use of InnoDB tables on our MySQL servers. If you...

How can I migrate my data from MySQL to an SQL server?

Microsoft TechNet has an article specifically for migrating MySQL databases to SQL Server. Follow...

How to Backup Your Database

- Login to your cPanel- On menu "Databases" click "phpmyadmin" sub-menu- Click your database name...