diff --git a/Debian-8-Install.md b/Debian-8-Install.md index cc71467..152fd82 100644 --- a/Debian-8-Install.md +++ b/Debian-8-Install.md @@ -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;`