mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-11 15:34:21 -04:00
syntax error and secure password.
parent
16346dca01
commit
f8a44540e6
@ -19,9 +19,9 @@ Now lets secure the database, read the questions asked and reply Y to all of the
|
||||
|
||||
`CREATE DATABASE invoiceNinja;`
|
||||
|
||||
`CREATE USER 'ninja'@'localhost' IDENTIFIED BY 'ninja';`
|
||||
`CREATE USER 'ninja'@'localhost' IDENTIFIED BY 'n1njaNinj@R0ck';`
|
||||
|
||||
`GRANT ALL PRIVILEGES ONinvoiceNinja.* TO 'ninja'@'localhost';`
|
||||
`GRANT ALL PRIVILEGES ON invoiceNinja.* TO 'ninja'@'localhost';`
|
||||
|
||||
`FLUSH PRIVILEGES;`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user