Quote:
Originally Posted by lukester
If there 2 MySql one of them should be red i think. And if you cant create the database that prolly means that your database cant reach it try restarting your computer and then turn on ALL of the applications on the MySql folder (bin)
|
you can only start 1 version of mysql and the icon turns green as it get a response back on port 3306 .. anyway
it says exactly what is wrong
user@ipadress = your account @ your ip ( in this case should it be root@localhost) can not conect to mysql server (using pass = YES)
in your case it says kinda the same error , exept that it says that it is not allowed to coenct to localhost
so you need to check 4 things (basicly 3 )
1) username
2) password
3) ip adress (localhost or 127.0.0.1)
4) that the user exist and is allowed local conections and not bound to ip (can only be checked after makinga conection .. thats why i say basicly 3

)
try using test/test to conect instead root/test
Greets From PowerChaos