From e5034f4296b802487657d41b8ab32e761c614d39 Mon Sep 17 00:00:00 2001 From: Mitchel Date: Fri, 27 Oct 2017 15:16:53 +0200 Subject: [PATCH] Quote password Quote password to allow characters like `;` --- templates/root/my.cnf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/root/my.cnf b/templates/root/my.cnf index dae1d87..6052e60 100644 --- a/templates/root/my.cnf +++ b/templates/root/my.cnf @@ -4,5 +4,4 @@ [client] user=root -password={{ mysql_root_password }} - +password="{{ mysql_root_password }}"