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 example
Example: add super privilege mysql
grant super on *.* to user@localhost;
FLUSH PRIVILEGES;