A detailed explanation of MySQL reconstruction/tmp/mysql/sock method

Source: Internet
Author: User

/bin/mysqld_safe;

To determine the general people do not switch to the MySQL user to solve the problem, causing permissions problems, unable to create a MySQL authorization table, so you can not create/tmp/mysql.sock and hostname.pid files. Therefore, the summary solution is as follows:

The code is as follows Copy Code
#su MySQL
$/USR/LOCAL/BIN/MYSQL_INSTALL_DB//Rebuilding Authorization Form
$/usr/local/bin/mysqld_safe &
$/usr/local/bin/mysql//test
mysq>bye;
$

The file has been resolved to regenerate the new/tmp/mysql.sock and Hostname.pid

  code is as follows copy code
$su root
# chmod +t/tmp/mysql.sock           //Add protection
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.