mysqld_safe Directory ‘/var/run/mysqld’ for UNIX socket file don’t exists

Este error aparece porque en el momento de la instalaciĆ³n no se crea la carpeta.

SoluciĆ³n:

$ mkdir -p /var/run/mysqld
$ chown mysql:mysql /var/run/mysqld
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments