mysql: add --socket example (#1977)

This commit is contained in:
Niklas Heer
2018-02-07 18:22:52 +01:00
committed by Agniva De Sarker
parent d1f830f9df
commit cf59bf0f6d

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