Skip to content

Instantly share code, notes, and snippets.

@woliveiras
Last active December 9, 2015 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woliveiras/2f65d3eba4f9d61f9caa to your computer and use it in GitHub Desktop.
Save woliveiras/2f65d3eba4f9d61f9caa to your computer and use it in GitHub Desktop.

Caso o MySQL não de acesso para o localhost ou apresente o erro: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (38)

Execute os comandos:

sudo mkdir /var/mysql

sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment