It's rather simple... user "" does not have CREATE USER privileges. You should look into MySQL basics before you continue. Specifically default (if any) users, and such.
Im only can login to mysql without credentials user = "" password = "", at the moment of create an usser with this account (without credentials) the shell out this:
Code:mysql> CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass'; ERROR 1227 (42000): Access denied; you need the CREATE USER privilege for this operation
Whyyy?
Help me I cant up my server ...
It's rather simple... user "" does not have CREATE USER privileges. You should look into MySQL basics before you continue. Specifically default (if any) users, and such.
Still not underestimating the power...
There is no such thing as bad information - There is truth in the data, so you sift it all, even the crap stuff.
i cant to create an usser... if i dont have any usser? how to create it is imposible :s