From: Jorge Bastos Date: September 9 2005 8:10am Subject: Fw: MyODBC for XP connects Linux MySQL Server List-Archive: http://lists.mysql.com/win32/17507 Message-Id: <002d01c5b516$196a9310$0301a8c0@hercules.decimalint.pt> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit 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" To: 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" > To: "MySQL Win32 List" > 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@stripped > > > > -- > MySQL Windows Mailing List > For list archives: http://lists.mysql.com/win32 > To unsubscribe: > http://lists.mysql.com/win32?unsub=mysql.jorge@stripped > >