Too connector connections Solution

Source: Internet
Author: User

Error No:1040

Problem Analysis:

The number of connections exceeds the value set by MySQL. It is related to max_connections and wait_timeout. The larger the value of wait_timeout, the longer the idle waiting time for the connection, which leads to the larger number of current connections.

Solution:

1. For VM users, contact the Space Provider to optimize the configuration of the MySQL server;

2. for independent host users, contact the server administrator to optimize the configuration of the MySQL server. For details, refer:

Modify the parameters in the MySQL configuration file (my. ini in Windows and my. cnf in Linux:

Reference content is as follows:
Max_connections = 1000
Wait_timeout = 5

If not, you can add it by yourself. After modification, restart MySQL.

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.