I just found out that i can use any username without a password and it will work. That being the user is in the users table. BUT it should work with a password:S
Any ideas?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.