Fw: MyODBC for XP connects Linux MySQL Server

On the linux box try:
-------
netstat -ln|grep 3306
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN
-------

if nothing apears, you should put the option in the my.cnf file:
bind-address = 0.0.0.0
if mysql >= 4.1.x

jorge



----- Original Message -----
From: "Jorge Bastos" <mysql.jorge [at] decimal.pt>
To: <win32 [at] lists.mysql.com>
Sent: Thursday, September 08, 2005 3:36 PM
Subject: Re: MyODBC for XP connects Linux MySQL Server


>I would advise to use:
>
> telnet hostname 3306
>
> That's the best way to try :-)
>
> Jorge
>
>
>
> ----- Original Message -----
> From: "Daniel da Veiga" <danieldaveiga [at] gmail.com>
> To: "MySQL Win32 List" <win32 [at] lists.mysql.com>
> Sent: Thursday, September 08, 2005 2:46 PM
> Subject: Re: MyODBC for XP connects Linux MySQL Server
>
>
> I may be wrong, but it seems that's not an ODBC problem, if you can't
> connect because of a permission problem, the server returns another
> error regarding user and host permission. Maybe a firewall blocking
> the connection. Try connecting using the console, or another
> application that has native (not ODBC) support for MySQL (like the
> administrator or query browser) using the same user and pass. Check
> the versions, if both the local and the remote mysqls are the same
> (password format problems).
>
> --
> Daniel da Veiga
> Computer Operator - RS - Brazil
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.1
> GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
> PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
> ------END GEEK CODE BLOCK------
>
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe:
> http://lists.mysql.com/win32?unsub=mysql.jorge [at] decimal.pt
>
>
>
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe:
> http://lists.mysql.com/win32?unsub=mysql.jorge [at] decimal.pt
>
>



--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Jorge Bastos [ Fr, 09 September 2005 10:10 ] [ ID #959273 ]
Datenbanken » gmane.comp.db.mysql.windows » Fw: MyODBC for XP connects Linux MySQL Server

Vorheriges Thema: Records Not In A Table
Nächstes Thema: MyODBC for XP connects Linux MySQL Server