Merge branch 'patch-1' of git://github.com/okke-formsma/tldr into okke-formsma-patch-1
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
|
|
||||||
`mysql -u {{user}} --password {{database_name}}`
|
`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):
|
- Execute SQL statements in a script file (batch file):
|
||||||
|
|
||||||
`mysql {{database_name}} < {{script.sql}}`
|
`mysql {{database_name}} < {{script.sql}}`
|
||||||
|
Reference in New Issue
Block a user