From 6d6ec0c64966257512afd50c127432e81d38654b Mon Sep 17 00:00:00 2001 From: Ivan Grynenko Date: Mon, 13 Jun 2016 14:55:10 +1000 Subject: [PATCH] Fixing mysql user. --- lemp-rhel7/group_vars/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemp-rhel7/group_vars/all.yml b/lemp-rhel7/group_vars/all.yml index 299d9d9..cf0a06d 100644 --- a/lemp-rhel7/group_vars/all.yml +++ b/lemp-rhel7/group_vars/all.yml @@ -9,11 +9,11 @@ mysql_databases: mysql_users: - name: drupal8user host: "127.0.0.1" - password: dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs + password: "dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs" priv: "drupal8db.*:ALL" - name: drupal8user host: "localshot" - password: dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs + password: "dcSEMWpH]O2P(?ubNjFmLYJ[xoVhXiCs" priv: "drupal8db.*:ALL" php_date_timezone: "Australia/Melbourne"