Merge branch 'patch-1' of git://github.com/okke-formsma/tldr into okke-formsma-patch-1

This commit is contained in:
Igor Shubovych
2016-01-18 00:22:16 +02:00

View File

@@ -10,6 +10,10 @@
`mysql -u {{user}} --password {{database_name}}`
- Connect to a database on another host:
`mysql -h {{database_host}} {{database_name}}`
- Execute SQL statements in a script file (batch file):
`mysql {{database_name}} < {{script.sql}}`