Created
January 19, 2017 05:21
-
-
Save dgadiraju/f53c62f46c654e941b311f73d5a0115f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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