18 messages in com.mysql.lists.win32RE: Problems with skip-networking
FromSent OnAttachments
Stuart M. Robinson17 Aug 2003 15:35 
miguel solorzano17 Aug 2003 17:50 
Stuart M. Robinson18 Aug 2003 15:56 
miguel solorzano18 Aug 2003 17:13 
Stuart M. Robinson19 Aug 2003 15:52 
Paul DuBois19 Aug 2003 16:23 
Stuart M. Robinson19 Aug 2003 17:24 
John Hopkins19 Aug 2003 22:02 
Armin Schöffmann20 Aug 2003 15:27 
Stuart M. Robinson16 Sep 2003 15:06 
John Hopkins16 Sep 2003 16:48 
Stuart M. Robinson16 Sep 2003 23:09 
Stuart M. Robinson16 Sep 2003 23:12 
Mark Matthews17 Sep 2003 06:14 
Mark Matthews17 Sep 2003 06:38 
PF: MySQL17 Sep 2003 06:38 
Tim Endres17 Sep 2003 07:01 
John Hopkins17 Sep 2003 07:11 
Subject:RE: Problems with skip-networking
From:PF: MySQL (ml.m@in-genius.com)
Date:09/17/2003 06:38:42 AM
List:com.mysql.lists.win32

With the correct username/password, one can then connect remotely to the database via the DSN, even though in my case I have (supposedly) disabled the MySQL TCP/IP function and am using named pipes.

Keep in mind that named pipes can be used across a LAN, but not across the internet (if I remember correctly.) Try connecting to it from a REMOTE host.

I never create DSNs for Mysql, I always use DSN-less connections (full connection strings.)

-Kevin