Jump to content

[Answered] Max User Connections


rahul758

Recommended Posts

You mean while connecting with FTP or in MySQL. For MySQL there is a limit of 100 connections or less and in FTP the limit is not set by admins its an auto settings that comes with the server OS to prevent server overloading.

Link to comment
Share on other sites

If you're referring to MySQL max_user_connections that error is most likely because your code has bugs in it that don't close the open MySQL connections. The server settings are fine, and there are hundreds of websites that have way more traffic than your site and use MySQL more than your site and they don't get those errors.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...