13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
[client]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= node['mysql']['server_debian_password'] %>
|
|
socket = <%= node['mysql']['socket'] %>
|
|
|
|
[mysql_upgrade]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= node['mysql']['server_debian_password'] %>
|
|
socket = <%= node['mysql']['socket'] %>
|
|
basedir = /usr
|