How to troubleshoot MySQL startup error

Source: Internet
Author: User
This article gives you the content is about MySQL start error resolution, there is a certain reference value, the need for friends can refer to, I hope to help you.

Yesterday after resolving the database cross-permission operation, today opened the project suddenly error, and then restart the database, reported error! MySQL server PID file couldnot be found!, command line link database also reported can ' t connect to local MySQL server through socket '/var/li B/mysql/mysql.sock ' (2), the Internet to find some information, incredibly are mutual plagiarism, and did not solve the problem . Then I groped for a bit, the problem is solved, the following is my solution, so that I have the same problems as children shoes to reference and solve the problem.

First look at the process

PS aux |grep mysq*

If you see the red circled above, it means that the MySQL process is dead, and then the process of using these cards will be closed.

Kill 27664
Kill 28873
Kill 30041
Kill 30597

Then restart MySQL

Service MySQL Start


OK, that's the easy way to solve the problem.

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.