Results 1 to 2 of 2

Thread: 10060 connection warning

  1. #1
    Join Date
    Jul 2003
    Location
    England
    Posts
    1

    10060 connection warning

    I'm new to all this so please bear with me. I have two identical websites hosted on different servers (both NT) and a mysql database sitting on a third.

    Pages on one web site will connect to the database ok, but when I view the same pages on the other site, I get a warning: "Warning: mysql_connect(): Can't connect to MySQL server on '[hostname]'(10060)".

    Any suggestions on where I should start looking for the problem would be very welcome. I can connect to the database using SQLyog and other clients: the problem seems to lie with one of the hosts.

  2. #2
    Join Date
    Feb 2003
    Location
    Johannesburg, South Africa
    Posts
    145
    Unfimiliar error to me, but I found this on the MySQL Website:

    The error (2002) Can't connect to ... normally means that there isn't a MySQL server running on the system or that you are using a wrong socket file or TCP/IP port when trying to connect to the mysqld server.
    Hope that helps.

    Cheers

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •