ERROR (HY000): Lost connection to MySQL serve

Source: Internet
Author: User

http://blog.micxp.com/index.php/archives/113/


MySQL Remote connection error (HY000): Lost connection to MySQL server @ ' Waiting for initial communication packet ', system error:0 Error, the solution is as follows.

There is another problem, I also use the same method to solve is to use show processlists; viewing when the user becomes unauthenticated user

Modify the MySQL configuration file

VI / etc / my.cnf

[Mysqld] #加上下面的代码, note that the following code is best added to the first line of the [MYSQLD] paragraph. Because, the first time I add to the last line. Results The MYSQLD service cannot start. Skip - name - ResolveRestart MySQL Service mysqld Restart Note: Skip-name-resolve It will prevent MySQL Server from DNS parsing of external connections, and using this option can eliminate the time for DNS resolution for MySQL. However, it is important to note that if you turn on this option, all remote host connection authorizations will use IP address, otherwise MySQL will not be able to handle connection requests properly.

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.