From 560ee5114a2c981859a9dc3a50e1037e87684a52 Mon Sep 17 00:00:00 2001 From: RomanNum3ral <116513200+RomanNum3ral@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:05:23 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac1450f..95b0b1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ubuntu-wordpress show databases; -create user "anon"@"%" identified by "kiler"; -grant all privileges on anon.* to "anon"@"%"; +create user "wordpresss"@"%" identified by "password"; +grant all privileges on wordpresss.* to "wordpress"@"%"; exit