Update install docs

This commit is contained in:
Hillel Coren 2017-05-16 12:36:06 +03:00
parent 8f43eb02b3
commit e3830bd3cd

View File

@ -57,7 +57,7 @@ Youll need to create a new database along with a user to access it. Most host
CREATE DATABASE ninja; CREATE DATABASE ninja;
CREATE USER 'ninja'@'localhost' IDENTIFIED BY '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 Step 4: Configure the web server
"""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""