MySQL Daemon failed to start error solution, mysqlfailed

Source: Internet
Author: User

MySQL Daemon failed to start error solution, mysqlfailed

MySQL Daemon failed to start error Solution

Two days ago, we found that the published website could not be registered. We logged on to these activities, but the webpage was normal. So we started to troubleshoot the problem. First we restarted jenkins, but there was an error every time we restarted. So we had to restart the server, and there were a lot of services to restart the server, one of which was mysql.

First, I try to start the service with the command: service mysql start, but the prompt is:

MySQL Daemon failed to start

At the beginning, I found this problem very well. Then I started to check and talk about everything. Then I saw a blog writing to view the log, so I went to this path to view the log: /var/log/mysqld. log

Open the log file and find the following prompt:

The following message is displayed: No space left on device.

Therefore, run the command df-lh to view the remaining disk space.

When the disk space is used up, some useless files are deleted, and several GB of space is freed up. Run the following command again: service mysql start. The startup is complete.

From this issue, I am prompted that the first thing I want to do in the future is not to check Baidu or Google, but to view logs, how important logs are in the production and use of our software.

Thank you for reading this article. I hope it will help you. Thank you for your support for this site!

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.