Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8135675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:29:32+00:00 2026-06-06T10:29:32+00:00

I’m getting following error when I try to log onto phpMyAdmin. User * *

  • 0

I’m getting following error when I try to log onto phpMyAdmin.

User ** already has more than ‘max_user_connections’ active connections

Could anyone let me know how to close these DB connections from MySQL server end?

Thank you for your time!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T10:29:33+00:00Added an answer on June 6, 2026 at 10:29 am

    Read max_connections document to solve your problem

    If clients encounter Too many connections errors when attempting to
    connect to the mysqld server, all available connections are in use by
    other clients.

    The permitted number of connections is controlled by the
    max_connections system variable. The default value is 151 to improve
    performance when MySQL is used with the Apache Web server. To support
    more connections, set max_connections to a larger value.

    First: Check your current database max_connection variable

    SHOW VARIABLES LIKE 'max_connections';
    +-----------------+-------+
    | Variable_name   | Value |
    +-----------------+-------+
    | max_connections | 151   |
    +-----------------+-------+
    

    Then Try to increase the max_connection parameter either with running command like:

     SET GLOBAL max_connections = 300;
    

    Or set this parameter in my.cnf that mostly is located at /etc/my.cnf

    vi /etc/my.cnf
    max_connections = 300
    

    Finally: Restart MySQL service

    FYI
    you can also check max_user_connections. however, they are related like this:

    max_connections set the total connection limit
    max_user_connections set limit per user

    ====

    As Sushilzzz asked: can this be caused by low RAM?
    Short answer: No
    Long Answer: yes, If Ram Size is low and MySQL can’t respond as fast as needed there will be many open connections and you can easily hit the max connection.
    The estimated number of max connections per 1GB of ram is 100 (if you don’t have any other process using ram at the same time). I usually use ~75 for max_connection per 1GB of RAM

    RAM      max_connection
    1GB      70      
    2GB      150      
    4GB      300      
    8GB      500  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my XML file chapters tag has more chapter tag.i need to display chapters
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I need to clean up various Word 'smart' characters in user input, including but
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.