[Reprinted] Linux: Starting mysql. Manager of PID-file quit without updating file. [failed] solved

Source: Internet
Author: User
Tags localhost mysql

Statement: ThisArticleReprinted from:
Http://blog.csdn.net/shuicaohui5/archive/2009/12/16/5015218.aspx

Install MySQL version: mysql-5.1.41-linux-i686-icc-glibc23.tar.gz

Step 1:

When mysql5.1.30 is started for the first time, the manager of PID-file quit without updating fi [failed] error will occur. You need to comment on/etc/My. comment out the skip-federated in CNF, that is, # Skip-federated is OK!

But it is not easy to use. The error persists.

Step 2:

Kill started processes

Code:

[Root @ localhost MySQL] # ps-A | grep MySQL

8016 pts/2 00:00:00 mysqld_safe

8037 pts/2 00:00:00 mysqld

Indeed, there are two stubborn elements.

Kill !!!

Kill-9 8037 (the one that kills this 8016 will be automatically killed !)

Kill-9 8016

Happy Time has finally arrived

Code:

[Root @ localhost MySQL] #/etc/init. d/MySQL restart

MySQL manager or server PID file cocould not be found! [Failed]

Starting MySQL [OK]

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.