Cannot Grant select on mysql 8.0.17
问题 I want to grant select privilege to user from every host, but getting an error, you're not allow to create a user mysql> GRANT SELECT ON *.* TO 'alice'@'%' WITH GRANT OPTION; ERROR 1410 (42000): You are not allowed to create a user with GRANT I don't want to create a new user, for that I used command CREATE USER I tried to create a new user but the grant command also failed. 回答1: A good idea (and a good practice) in this MySql Version (8 and above) is to config ROLES and then set the users