Skip to content

Commit b0fd5c3

Browse files
committed
Merge pull request geerlingguy#126 from flackend/master
Fix for complex passwords in .my.cnf
2 parents 6bdfd8b + 3fb815e commit b0fd5c3

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)