From a492d3172e0f33c5c246b024588725de27ce33d1 Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Tue, 9 Jun 2020 16:31:10 +0200
Subject: [PATCH] XDOCKER-141: Syntax error when starting MySQL8 following the
 instructions * Commit generated files too

---
 11/mysql-tomcat/mysql/init.sql | 2 +-
 12/mysql-tomcat/mysql/init.sql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/11/mysql-tomcat/mysql/init.sql b/11/mysql-tomcat/mysql/init.sql
index a72a02c..e246499 100644
--- a/11/mysql-tomcat/mysql/init.sql
+++ b/11/mysql-tomcat/mysql/init.sql
@@ -1 +1 @@
-grant all privileges on *.* to xwiki@'%' identified by 'xwiki'
\ No newline at end of file
+grant all privileges on *.* to xwiki@'%'
\ No newline at end of file
diff --git a/12/mysql-tomcat/mysql/init.sql b/12/mysql-tomcat/mysql/init.sql
index a72a02c..e246499 100644
--- a/12/mysql-tomcat/mysql/init.sql
+++ b/12/mysql-tomcat/mysql/init.sql
@@ -1 +1 @@
-grant all privileges on *.* to xwiki@'%' identified by 'xwiki'
\ No newline at end of file
+grant all privileges on *.* to xwiki@'%'
\ No newline at end of file
-- 
GitLab