From e4fcd8b57721f0c7e5b2d704efaa4926258adb72 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Tue, 10 Sep 2019 13:43:26 +0200 Subject: [PATCH] XDOCKER-118: Mysql Access Denied Error for Subwikis (can't create subwiki) * Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8285832..d6d6e84 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Then run a container for the database and make sure it's configured to use an UT #### Starting MySQL -First you need to create a file under a `/my/path/` directory (you can name it the way you want, for example `init.sql`), with the following content: +First you need to create a file under a `/my/path/mysql-init` directory (you can name it the way you want, for example `init.sql`), with the following content: ```sql grant all privileges on *.* to xwiki@'%' identified by 'xwiki' -- GitLab