Update README.md

This commit is contained in:
RomanNum3ral 2023-08-31 14:48:16 -04:00 committed by GitHub
parent 513d3a9434
commit 052dc4d3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
show databases;
create user "anon"@"%" identified by "kiler";
grant all privileges on anon.* to "anon"@"%";
exit