aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c1974b..6610c8c 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,16 @@ Type `juandelacosa --help` to see usage summary:
-h, --help Show this message
+Database Privileges
+===================
+
+```sql
+CREATE USER IF NOT EXISTS 'juandelacosa'@'localhost' IDENTIFIED VIA unix_socket;
+REVOKE ALL, GRANT OPTION FROM 'juandelacosa'@'localhost';
+GRANT UPDATE ON `mysql`.* TO 'juandelacosa'@'localhost';
+GRANT SELECT ON `mysql`.`user` TO 'juandelacosa'@'localhost';
+```
+
Screenshots
===========
![Reset Password](./screenshots/resetpassword.png)