Skip to content

Instantly share code, notes, and snippets.

@maxoja
Created November 23, 2018 18:07
Show Gist options
  • Save maxoja/93c227450a30694fbd12d9b02662bc7c to your computer and use it in GitHub Desktop.
Save maxoja/93c227450a30694fbd12d9b02662bc7c to your computer and use it in GitHub Desktop.
Connect to MySql server from terminal
mysql --host=[HOST_IP_OR_DOMAIN] --user=[USERNAME] --password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment