Hello,
when I write in mysql:
mysql> CREATE USER 'geron'@'%' IDENTIFIED BY 'my_pass';
mysql> GRANT ALL PRIVILEGES ON *.* TO 'geron'@'%'
> WITH GRANT OPTION; = ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
do not know where is the problem?






