Skip to content

Instantly share code, notes, and snippets.

@vineettalwar
Created November 12, 2019 15:53
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 vineettalwar/0e76b4dd60c8e6b065127740bace20e1 to your computer and use it in GitHub Desktop.
Save vineettalwar/0e76b4dd60c8e6b065127740bace20e1 to your computer and use it in GitHub Desktop.
check mysql errors
mkdir /var/run/mysqld/
chown mysql: /var/run/mysqld/
mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --socket=/var/run/mysqld/mysqld.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment