From f8a44540e6b91250e2f2cd2938f846ee1eacc741 Mon Sep 17 00:00:00 2001 From: Charles Peterson Date: Mon, 29 Oct 2018 10:48:19 -0500 Subject: [PATCH] syntax error and secure password. --- Debian-8-Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;`