syntax error and secure password.

Charles Peterson 2018-10-29 10:48:19 -05:00
parent 16346dca01
commit f8a44540e6

@ -19,7 +19,7 @@ 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 ON invoiceNinja.* TO 'ninja'@'localhost';`