Skip to content

Instantly share code, notes, and snippets.

View mroffice's full-sized avatar

Euan Callus mroffice

  • Phonesmart Ltd
  • Glasgow
View GitHub Profile

MySQL Commands, Tips and Theory

Commands

mysql -u <user> -p<password> # login, without prompt

Note: Password is in plain text, no space between flag and value