Skip to content

Instantly share code, notes, and snippets.

@joellesenne
Created September 4, 2020 13:13
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 joellesenne/4ac35f13018b94f0e33b1735bb4c93e1 to your computer and use it in GitHub Desktop.
Save joellesenne/4ac35f13018b94f0e33b1735bb4c93e1 to your computer and use it in GitHub Desktop.
Connect mysql
# Connect mysql
$ mysql -u root -p
Enter password:
or
$ mysql -h localhost -u root -p
Enter password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment