-
Valued Member
[HELP] MySQL reg. website error
First off YES i checked the forums, many times, and this is the error i got that i cant fix:
Error: Unable to connect to MySQL server. MySQL reported: Can't connect to MySQL server on 'http' (10060).
Can anyone help? thanks a lot
-
-
Re: [HELP] MySQL reg. website error
seems like you've put port wich is used as a http ( 80 ) or ip to your mysql database in format "http://somehost.wheremysql.is"
by default mysql port is 3306,
and ip's or host address should be in format : "localhost", "127.0.0.1", "some.sqlhost.com";
and here is a mysql official refernce :
MySQL :: MySQL 5.0 Reference Manual :: 5.4.8 Causes of Access denied Errors