1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

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
commit 6ee6ab6066

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}}`