CheekyChino
Programmer
Just wondering why i am unable to login to MySQL. I've created my user and all. But it still wont allow me to connect. I am able to login as root. To create my user i did this:
grant all privileges
on *.*
to adixon@"%"
identified by 'password'
with grant option;
mysql -h 127.0.0.1 -u adixon -ppassword
ERROR 1045: Access denied for user: 'adixon@localhost' (Using password: YES)
Anyone got ideas on why this could be happening?
Also when i try to install MySQL as a service. It says "Failed to install service".
grant all privileges
on *.*
to adixon@"%"
identified by 'password'
with grant option;
mysql -h 127.0.0.1 -u adixon -ppassword
ERROR 1045: Access denied for user: 'adixon@localhost' (Using password: YES)
Anyone got ideas on why this could be happening?
Also when i try to install MySQL as a service. It says "Failed to install service".