keller_and_evans_lab:my_sql
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
my_sql [2015/11/30 00:23] – Created page with " <syntaxhighlight lang="bash"> # Connect to mysql server mysql --host=<ip.address> --user=<username> --password=<password> </syntaxhighlight>" scott | keller_and_evans_lab:my_sql [2019/10/31 16:50] (current) – ↷ Page moved from my_sql to keller_and_evans_lab:my_sql lessem | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | ====== MySQL ====== | ||
+ | |||
+ | Connecting to MySQL server in bash | ||
+ | | ||
+ | # Connect to mysql server | ||
+ | mysql --host=< | ||
+ | |||
+ | |||
+ | MySQL commands | ||
- | # | + | show databases; |
- | mysql --host=< | + | use userdata_schema; |
+ | show tables; | ||
+ | | ||
+ | | ||
+ |
keller_and_evans_lab/my_sql.1448842994.txt.gz · Last modified: by scott