Yum mode install MySQL error mysql.sock not found

Source: Internet
Author: User
Tags safe mode

The yum installation of MySQL eliminates many of the steps of the source package installation, but sometimes when MySQL yum finishes packing MySQL, it fails to start when the MySQL service starts, error: Can ' t connect to local MySQL server Through socket '/tmp/mysql.sock ' (2), cannot find the Mysql.sock file, the Mysql.sock file will not appear until after the MySQL is installed, so after installing the package, do the steps:

Add the Mysqld service.

/sbin/chkconfig–-add mysqld [Add MySQL service in the service list]

Then start MySQL.

Service mysqld start; (i.e./etc/init.d/mysqld start. can also be set to boot from:/sbin/chkconfig mysqld on)

Then, the amount ... What to do if the "MySQL Daemon failed to start" message appears? This is how you solve it.

1. Initializing the database

/usr/bin/mysql_install_db--user=mysql

CP/USR/SHARE/MYSQL/MY-SMALL.CNF/ETC/MY.CNF (optional)

2. Log in to MySQL in safe mode

CD/USR;

/usr/bin/mysqld_safe &

3. When you start the Mysqld service again.


Yum mode install MySQL error mysql.sock not found

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.