DiscountASP.NET Support Portal
Language
 
Home>Knowledge Base>Databases>MySQL>What is the maximum number of database connections for MySQL users?
Information
Article ID245
Created On11/14/2008
Modified8/5/2009
What is the maximum number of database connections for MySQL users?
Important note: MySQL support was discontinued on most new servers as of 3/20/08. Accounts established after that date may not have access to MySQL.

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 50 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.