Solve the Problem of forcing Mysql to close unexpectedly and cannot start the solution

Source: Internet
Author: User

Solve the Problem of forcing Mysql to close unexpectedly and cannot start the solution

Start MySQL in CentOS: [wzhwho @ local ~] # Service mysqld startStarting mysqld daemon [FAILED]

View MySQL startup system logs

The default path for MySQL log files installed with rpm is/var/log/mysqld. log.

Principle

There is a mysql. sock file in the mysql installation directory. This file was created when mysql was started and deleted when mysql was disabled. If it is not properly shut down, mysql will not be able to delete the file. When this file still exists, mysql cannot be started and the above error is prompted. In a strange situation, google and Baidu did not have a solution to this problem. Then I can only use my own method to solve the problem, that is, before mysql is started, I will delete it if mysql. sock exists.

After deletion, the problem is solved.

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.