)-----Original Message-----
)From: Deryck Henson [mailto:[EMAIL PROTECTED]]
)Sent: Tuesday, September 04, 2001 10:54 AM
)To: MySQL
)Subject: Trouble w/MySQL Server
)
)
)Well, I've fixed the problem with mysqld.exe and innodb, but the
)server wont
)connect with my ASP pages.  Any ideas?  Go to my web site and try to log in
)to get a better understanding of what I mean.  This always comes up::
)
)
)Microsoft OLE DB Provider for ODBC Drivers error '80004005'
)
)[TCX][MyODBC]Can't connect to MySQL server on '24.254.141.32' (10061)
)
This error message says that, the driver is not able to find the specified
host. This means either your DNS is not working or some thing with your
internet connection.

Did you tried pinging to the above host (mysql1.eohub.com)? Once you are
able to ping it to this server means, your application will defiantly will
connect to the server (if it is running, then driver will issue a different
error ..).

Also just to make sure whether the MySQL server is running or not, telnet to
the above host with the port number to which the server is running. For
example if it 3306 then "telnet 24.254.141.32 3306", should connect and
display the version of the server.

Regards, Venu
--
For technical support contracts, go to https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Venu <mailto:[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Developer
/_/  /_/\_, /___/\___\_\___/   Woodside, California  USA
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to