7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
|
# The following options will be passed to all MariaDB clients
|
||
|
[client]
|
||
|
#password = your_password
|
||
|
port = 3306
|
||
|
socket = {{ mysql_socket }}
|
||
|
|