Error: MySQL Socket Directory Missing
Problem:
When starting MySQL server 5.7.17 with mysqld_safe, the following error occurs:
Directory '/var/run/mysqld' for UNIX socket file don't exists.
Cause:
The specified directory for the MySQL UNIX socket file does not exist, preventing the server from starting.
Solution:
mkdir -p /var/run/mysqld
chown mysql:mysql /var/run/mysqld
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3