Can grant command in mysql create a new user?
Asked
Active
Viewed 31 times
1 Answers
0
If you check out the MySQL documentation on the GRANT syntax, you'll see a section regarding Privileges Supported by MySQL that mentions all the permissions you can grant including CREATE USER:
CREATE USER
Enable use of CREATE USER, DROP USER, RENAME USER, and REVOKE ALL PRIVILEGES. Level: Global.