mysql-useful-commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mysql-useful-commands [2024/09/06 18:20] – baumi | mysql-useful-commands [2024/09/06 18:20] (current) – baumi | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| <code sql> | <code sql> | ||
| CREATE USER ' | CREATE USER ' | ||
| + | </ | ||
| + | ==== Delete Database User ==== | ||
| + | <code sql> | ||
| + | DROP USER ' | ||
| </ | </ | ||
| ==== Grant Permissions ==== | ==== Grant Permissions ==== | ||
| + | <code sql> | ||
| GRANT ALL privileges ON dbname.* TO ' | GRANT ALL privileges ON dbname.* TO ' | ||
| FLUSH privileges; | FLUSH privileges; | ||
mysql-useful-commands.1725639617.txt.gz · Last modified: by baumi
