MySQL

From Vrieze Wiki
Revision as of 00:23, 30 November 2015 by Scott (talk | contribs) (Created page with " <syntaxhighlight lang="bash"> # Connect to mysql server mysql --host=<ip.address> --user=<username> --password=<password> </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 # Connect to mysql server
 mysql --host=<ip.address> --user=<username> --password=<password>