[MySQL][ODBC 3.51 Driver]Can"t connent to MySQL on server "server name"(10060).

[MySQL][ODBC 3.51 Driver]Can"t connent to MySQL on server "server name"(10060).

am 23.05.2006 08:51:29 von fereshteh rezaiy

--0-1662241807-1148367089=:63903
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

I installed mysql server 4.0.12 on xp.when I try connect it from any
machine,it reported errors:

[MySQL][ODBC 3.51 Driver]Can't connent to MySQL on server 'server
name'(10060).

thanks

---------------------------------
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
--0-1662241807-1148367089=:63903--

Re: [MySQL][ODBC 3.51 Driver]Can"t connent to MySQL on server "servername"(10060).

am 23.05.2006 10:00:10 von Andri Heryandi

What you have to do :
1. Check, is your server active? check it in Task Manager
(CTRL+ALT+DEL) --> Processes. Is file mysqld.exe or mysqld-nt.exe
exists?. If exists go to #2.
2. Wrong User Name or Password.

Try it. Hope it will help you.

> I installed mysql server 4.0.12 on xp.when I try connect it from any
> machine,it reported errors:
>
> [MySQL][ODBC 3.51 Driver]Can't connent to MySQL on server 'server
> name'(10060).
>
> thanks
>
> ---------------------------------
> Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
>



--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org

RE: [MySQL][ODBC 3.51 Driver]Can"t connent to MySQL on server "server name"(10060).

am 23.05.2006 12:50:32 von David Dindorp

> [MySQL][ODBC 3.51 Driver]
> Can't connent to MySQL on server 'server name'(10060).

Google "winsock 10060": WSAETIMEDOUT

"Timed out" means that your server is entirely unreachable,
as opposed to 10061, which means that the connection was
actively refused by the server (or in rare cases by a
firewall in between).

Check that the server is running, and that it's not
firewalled by fx. Microsoft's "Windows Firewall".


--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg