I can create a new user by using cpanel's MySQL Database, I don't get any errors.
But... the user is not actually created. PHPadmin shows "No privileges" in red font right below "Create Database".
PHPMyAdmin' SQL window command returns this error when attempting to create a new user:
Error
SQL query:
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'whatever'
MySQL said:
#1227 - Access denied; you need the CREATE USER privilege for this operation
Can anyone ehlp me?
But... the user is not actually created. PHPadmin shows "No privileges" in red font right below "Create Database".
PHPMyAdmin' SQL window command returns this error when attempting to create a new user:
Error
SQL query:
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'whatever'
MySQL said:
#1227 - Access denied; you need the CREATE USER privilege for this operation
Can anyone ehlp me?