The too connector connections error message appears in mysql.

Source: Internet
Author: User

When I tested a website locally yesterday, the too connector connections prompt appeared. I wondered how the website was like this, the following are my notes and solutions.

The error message is as follows:

The Code is as follows: Copy code

$ Mysql-uroot
ERROR 1040 (00000): Too connector connections

I used the mysql5 server as win2000 to solve the problem. I found the mysql installation directory, such as C: windowsmysql, and found the my. ini configuration file.

Ctrl + f search for max_connections. The cause is found because my. the number of concurrent connections set in ini is too small or the system is busy, causing the number of connections to be full. I don't know when it will be designed as 2. I will change it

The Code is as follows: Copy code

Max_connections = 1000
Max_user_connection= 300

Restart the database.

As mentioned above, you have permissions on the mysql server. If you do not have any friends, you can contact the Space Provider.

This site original tutorial reprint must be noted from http://www.bKjia. c0m/database/database.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.