12 lines
230 B
INI
12 lines
230 B
INI
#
|
|
# These two groups are read by the client library
|
|
# Use it for options that affect all clients, but not the server
|
|
#
|
|
|
|
|
|
[client]
|
|
#password = your_password
|
|
port = 3306
|
|
socket = /var/lib/mysql/mysql.sock
|
|
|