mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update install docs
This commit is contained in:
parent
8f43eb02b3
commit
e3830bd3cd
@ -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
|
||||
""""""""""""""""""""""""""""""""
|
||||
|
Loading…
x
Reference in New Issue
Block a user