Set up maintenance user for galera, root password did not work because it used symbols

This commit is contained in:
2016-02-16 11:16:25 -05:00
parent b961418627
commit 3858398177
3 changed files with 10 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = root
password = {{ root_mysql_password }}
user = debian-sys-maint
password = {{ debian_sys_maint_password }}
socket = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = root
password = {{ root_mysql_password }}
user = debian-sys-maint
password = {{ debian_sys_maint_password }}
socket = /var/run/mysqld/mysqld.sock
basedir = /usr