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

  • 2

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. 


Was this answer helpful?

« Back