13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
[client]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= @config.server_debian_password %>
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
|
|
[mysql_upgrade]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= @config.server_debian_password %>
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
basedir = /usr
|