From 53add3f3db87cef30d9df0833d21545ddae30b19 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 5 Nov 2018 14:41:14 +0000 Subject: [PATCH] Bot Updating README from template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64caf90..ff5085b 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Once the MariaDB container is deployed, you can enter the following commands int from shell: mysql -u root -p CREATE DATABASE bookstackapp; GRANT USAGE ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword'; -GRANT ALL privileges ON 'bookstackapp'.* TO 'myuser'@localhost; +GRANT ALL privileges ON `bookstackapp`.* TO 'myuser'@%; FLUSH PRIVILEGES; ```