debian.cnf needs to be consistent across all db nodes
This commit is contained in:
13
roles/db/templates/debian.cnf.j2
Normal file
13
roles/db/templates/debian.cnf.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
# Automatically generated for Debian scripts. DO NOT TOUCH!
|
||||
[client]
|
||||
host = localhost
|
||||
user = root
|
||||
password = {{ root_mysql_password }}
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
[mysql_upgrade]
|
||||
host = localhost
|
||||
user = root
|
||||
password = {{ root_mysql_password }}
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
basedir = /usr
|
||||
|
||||
Reference in New Issue
Block a user