Skip to content

Instantly share code, notes, and snippets.

@AlexTape
Last active August 29, 2015 14:23
Show Gist options
  • Save AlexTape/a099f0cc6ec9e27178b3 to your computer and use it in GitHub Desktop.
Save AlexTape/a099f0cc6ec9e27178b3 to your computer and use it in GitHub Desktop.
ConnectMySQL.sh
sudo apt-get install mysql-client
------
shell> mysql --host=localhost --user=myname --password=mypass mydb
shell> mysql -h localhost -u myname -pmypass my
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment