Skip to content

Instantly share code, notes, and snippets.

@garyconstable
Last active September 25, 2019 08:03
Show Gist options
  • Save garyconstable/f7b7d326bfd792086117e9d8ec4937ea to your computer and use it in GitHub Desktop.
Save garyconstable/f7b7d326bfd792086117e9d8ec4937ea to your computer and use it in GitHub Desktop.
Missing Mysql sock

rm -rvf /var/lib/mysql/ib_logfile*

touch /var/lib/mysql/mysql.sock

touch /var/lib/mysql/mysql.pid

chown -R mysql:mysql /var/lib/mysql

systemctl restart mysql

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