From e04b2816f9fcf66540c9a01d2d523086e9ff4d16 Mon Sep 17 00:00:00 2001 From: Jakub Janco Date: Tue, 4 Sep 2018 17:01:31 +0200 Subject: [PATCH] GRANT statement doesnt support IDENTIFIED BY in MySQL 8 Related: BZ#1620520 --- root-common/usr/bin/run-mysqld-master | 2 +- root-common/usr/share/container-scripts/mysql/common.sh | 2 +- .../usr/share/container-scripts/mysql/init/50-passwd-change.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/root-common/usr/bin/run-mysqld-master b/root-common/usr/bin/run-mysqld-master index f8b481e..e343cae 100755 --- a/root-common/usr/bin/run-mysqld-master +++ b/root-common/usr/bin/run-mysqld-master @@ -34,7 +34,7 @@ log_info 'Setting passwords ...' # Setup the 'master' replication on the MySQL server mysql $mysql_flags < "5.6" ] ; then