How to troubleshoot mysql server startup failure

Source: Internet
Author: User

Failed to start mysql server. View/var/log/mysqld. err


080329 16:01:29 [ERROR] Cant start server: Bind on unix socket: No such file or directory

080329 16:01:29 [ERROR] Do you already have another mysqld server running on socket:/var/run/mysqld. sock?

080329 16:01:29 [ERROR] Aborting

080329 16:01:29 InnoDB: Starting shutdown...

080329 16:01:30 InnoDB: Shutdown completed; log sequence number 0 4646872

080329 16:01:30 [Note]/usr/sbin/mysqld: Shutdown complete

I was puzzled. Later I checked the/var/db/pkg/dev-db/mysql-5.0.56/CONTENTS file, or executed the equery f mysql (the two methods are not applicable to the non-Gentoo Linux release ), I learned that the installation file contains/var/run/mysqld, but this directory does not exist. I recalled that I had cleared the/var/run directory before and thought that the content below was all dynamically created, after the deletion, restart the system. It seems that this is not the case for mysql.


Create this directory and chown it to solve the problem.


# Mkdir/var/run/mysqld

# Chown mysql: mysql/var/run/mysqld

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.