Fix for complex passwords in .my.cnf

Adds quotes around password value.
This commit is contained in:
flackend 2016-05-31 18:47:49 -04:00
parent 6bdfd8bb8c
commit 3fb815e5dc

View file

@ -1,3 +1,3 @@
[client]
user={{ mysql_root_username }}
password={{ mysql_root_password }}
password="{{ mysql_root_password }}"