Answers for "0 3 09:27:09 CREATE USER 'admin'@'localhost' IDENTIFIED BY 'admin' Error Code: 1227. Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation 0.000 sec"

SQL
0

add super privilege mysql

grant super on *.* to user@localhost;
FLUSH PRIVILEGES;
Posted by: Guest on August-25-2020

Code answers related to "0 3 09:27:09 CREATE USER 'admin'@'localhost' IDENTIFIED BY 'admin' Error Code: 1227. Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation 0.000 sec"

Code answers related to "SQL"

Browse Popular Code Answers by Language