From e3830bd3cdce7fed6246245b977a8b3f4ea27d1d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 16 May 2017 12:36:06 +0300 Subject: [PATCH] Update install docs --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 8ca001f1ad7b..d3b89cf7f292 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -57,7 +57,7 @@ You’ll need to create a new database along with a user to access it. Most host CREATE DATABASE ninja; CREATE USER 'ninja'@'localhost' IDENTIFIED BY 'ninja'; - GRANT ALL PRIVILEGES ON * . * TO 'ninja'@'localhost'; + GRANT ALL PRIVILEGES ON ninja.* TO 'ninja'@'localhost'; Step 4: Configure the web server """"""""""""""""""""""""""""""""