Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Created January 19, 2017 05:21
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 dgadiraju/f53c62f46c654e941b311f73d5a0115f to your computer and use it in GitHub Desktop.
Save dgadiraju/f53c62f46c654e941b311f73d5a0115f to your computer and use it in GitHub Desktop.
--Login to mysql CLI
mysql -u retail_dba -h nn01.itversity.com -p
show databases;
use retail_db;
show tables;
select * from departments;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment