MySQL Account Management Statements
From w3cyberlearnings
# | Function | Description |
---|---|---|
1 | CREATE USER | Use to create a new user |
2 | DROP USER | Use to delete user |
3 | GRANT User Privilege | To grants privileges to MySQL User account |
4 | RENAME USER | Use to rename existing MySQL users/accounts |
5 | REVOKE | The REVOKE statement enables system administrators to revoke privileges from MySQL accounts |
6 | SET PASSWORD | This statement uses to assign a password to an existing MySQL user account |