mysql: add --socket example (#1977)

coverage
Niklas Heer 2018-02-07 18:22:52 +01:00 committed by Agniva De Sarker
parent d1f830f9df
commit cf59bf0f6d
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
`mysql -h {{database_host}} {{database_name}}`
- Connect to a database through a Unix socket:
`mysql --socket {{path/to/socket.sock}}`
- Execute SQL statements in a script file (batch file):
`mysql {{database_name}} < {{script.sql}}`