debian.cnf needs to be consistent across all db nodes

This commit is contained in:
2016-02-16 09:48:51 -05:00
parent 18fcad80d9
commit bfae0a52a2
3 changed files with 33 additions and 12 deletions

View 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