Difference between revisions of "MySQL"

From Vrieze Wiki
Jump to navigation Jump to search
(Created page with " <syntaxhighlight lang="bash"> # Connect to mysql server mysql --host=<ip.address> --user=<username> --password=<password> </syntaxhighlight>")
(No difference)

Revision as of 00:23, 30 November 2015

 # Connect to mysql server
 mysql --host=<ip.address> --user=<username> --password=<password>