mysql 中的 grant 命令可以创建新用户吗?

Can grant command in mysql create a new user?

mysql 中的 grant 命令可以创建新用户吗?

如果您签出 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.