[HELP] MySQL reg. website error

Results 1 to 2 of 2
  1. #1
    Valued Member Khanna is offline
    MemberRank
    Jun 2007 Join Date
    New York, USALocation
    142Posts

    [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


  2. #2
    hello danse is offline
    MemberRank
    Jun 2004 Join Date
    1,809Posts

    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



Advertisement