Mysqld Safe Directory '/var/run/mysqld' For UNIX Socket File Don't Exists.

[Solved] Mysqld Safe Directory '/var/run/mysqld' For UNIX Socket File Don't Exists. | Sql - Code Explorer | yomemimo.com
Question : mysqld_safe Directory '/var/run/mysqld' for UNIX socket file don't exists.

Answered by : fierce-fowl-1i76mnu6n5x3

mkdir -p /var/run/mysqld
chown mysql:mysql /var/run/mysqld

Source : https://stackoverflow.com/questions/42153059/mysqld-safe-directory-var-run-mysqld-for-unix-socket-file-dont-exists | Last Update : Sun, 02 Aug 20

Answers related to mysqld safe Directory '/var/run/mysqld' for UNIX socket file don't exists.

Code Explorer Popular Question For Sql