MySQL appears too many connections error prompt

Source: Internet
Author: User

Error prompts such as:

The code is as follows Copy Code

$mysql-uroot
ERROR 1040 (00000): Too Many connections

Because I use the MYSQL5 server is Win2000 This method is good to solve, find me MySQL installation directory such as C:windowsmysql found My.ini configuration file.

Ctrl+f search Max_connections, because of your MySQL installation directory in the My.ini set in the number of concurrent connections is too small or the system busy caused the number of connections is full, here do not know what time is designed to 2, I change it to

The code is as follows Copy Code

max_connections = 1000
max_user_connections=300

The final reboot of the database is OK.

The above is said to have the MySQL server permissions, if no friends can contact space business Oh.

Original site reproduced must be noted from the http://www.111cn.nethttp://www.111cn.net/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.