Mysql. sock solution not found

Source: Internet
Author: User

The following information is displayed:

Got an error: Connection error: Can't connect to local MySQL server through

Socket '/var/lib/mysql. sock'

The sudden disappearance of mysql. sock is a common problem. If it occurs after MySQL is installed for the first time, you only need to find out where mysql. sock is.

The above information indicates that mysql. sock should be under/var/lib/mysql /.

Just:

# Locate mysql. sock

And then you can

# Mysqladmin-S/path/mysql. sock-u root

What should I do if the system suddenly tells you that the ghost file mysql. sock cannot be found one day?

You have to restart the service with/etc/rc. d/init. d/mysql restart or service mysql restart.

If not, first

# Ps-aux | grep mysql

Find the mysql process.

# Kill mysql process number

Confirm all kill light

Restart/etc/rc. d/init. d/mysql restart or service mysql restart.

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.