Can't connect to MySQL server... (10061)
I'm in the middle of doing my first-ever install of Vanilla. I'm to step 2 but when trying to proceed, I get a 10061 error: Can't connect to MySQL server on 'sqlxx.xxxxxxx.com' (10061). I created the database on the server and am sure my login and pw are correct.
Any ideas?
0
This discussion has been closed.
Comments
Try this (on windows atleast)
Start->Run->type in 'cmd', press enter->type in 'telnet sqlxx.xxx.xxx 3306', press enter. See what it outputs...
Also check the access rights for the user you use : is it allowed access from anywhere ?