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:
commit
6ee6ab6066
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue