Linux environment startup MySQL database can not find Mysqld.sock solution!

Source: Internet
Author: User

Problem:

Run under normal user privileges: Mysql-u root-p, after carriage return if the following error occurs: Error 2002 (HY000): Can ' t connect to local MySQL server through socket '/var/run /mysqld/mysqld.sock ' (2)

This error means that the Mysqld.sock file was not found.

  

Workaround:

First go to Superuser root privileges sudo-i or su-root

Switch to the default directory Cd/var/lib/mysql to see if the file exists (you can do the following in the directory again).

Execute Command Ps-aux | grep MySQL

View the running process and kill the process (MySQL process)

Executing the command kill process ID

Execute the sudo service MySQL start and it will appear MySQL start/running, process 6106, stating that the MySQL services started successfully!

The MySQL database can be accessed by executing mysql-u root-p here.

Note: This program refers to other users of the article, and after their own attempts to succeed! May not be perfect! Just hope to provide you with a little help! Thank you!

Linux environment startup MySQL database can not find Mysqld.sock solution!

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.