mysql: add --socket example (#1977)
This commit is contained in:

committed by
Agniva De Sarker

parent
d1f830f9df
commit
cf59bf0f6d
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user