From 513d3a943406829f97bdf653e773968fdd9966d5 Mon Sep 17 00:00:00 2001 From: RomanNum3ral <116513200+RomanNum3ral@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:47:22 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f3ac86..a29efe9 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# ubuntu-wordpress \ No newline at end of file +# ubuntu-wordpress + +show databases; +create user "anon"@"%" identified by "kiler"; +grant all privileges on anon.* to "anon"@"%";