Skip to content

Commit 3fb815e

Browse files
committed
Fix for complex passwords in .my.cnf
Adds quotes around password value.
1 parent 6bdfd8b commit 3fb815e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user-my.cnf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[client]
22
user={{ mysql_root_username }}
3-
password={{ mysql_root_password }}
3+
password="{{ mysql_root_password }}"

0 commit comments

Comments
 (0)