7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
# The following options will be passed to all MariaDB clients
|
||
|
[client]
|
||
|
#password = your_password
|
||
|
port = 3306
|
||
|
socket = /var/lib/mysql/mysql.sock
|
||
|
|