From 611451ffe5f13ed87e3d5f9aeb2d1e4f2028f40f Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Fri, 21 Aug 2015 00:59:18 +0200 Subject: [PATCH] pass is deprecated in my.cnf --- templates/root/my.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/root/my.cnf b/templates/root/my.cnf index 9907628..dae1d87 100644 --- a/templates/root/my.cnf +++ b/templates/root/my.cnf @@ -4,5 +4,5 @@ [client] user=root -pass={{ mysql_root_password }} +password={{ mysql_root_password }}