Skip to content

Instantly share code, notes, and snippets.

@jppommet
Created August 16, 2016 17:51
Show Gist options
  • Save jppommet/55782e50829a14e8b595e82c3f13eca2 to your computer and use it in GitHub Desktop.
Save jppommet/55782e50829a14e8b595e82c3f13eca2 to your computer and use it in GitHub Desktop.
Run MySQL 5.6 locally by skipping mysql.users lookup (w/ previous MySQL 5.7 installation)
$ mysqld_safe --bind-address=127.0.0.1 --data-dir=/usr/local/var/mysql --skip-grant-tables --user=root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment