7 messages in com.mysql.lists.dotnetRe: Can the .NET Managed driver conne...
FromSent OnAttachments
mike...@mygenerationsoftware.com23 Dec 2004 11:18 
Ben Reichelt23 Dec 2004 11:23 
Jordan Sparks23 Dec 2004 11:32 
mike...@mygenerationsoftware.com23 Dec 2004 11:35 
Frank23 Dec 2004 13:19 
Jorge Bastos23 Dec 2004 13:54 
Director General: NEFACOMP23 Dec 2004 17:00 
Subject:Re: Can the .NET Managed driver connect to a linux box?
From:Frank (stre@tiscali.it)
Date:12/23/2004 01:19:40 PM
List:com.mysql.lists.dotnet

Here's the connection string (I can connect just fine to an instance of MySQL running on my windows box, its over the net to a linux box that I cannot) I can connect to the linux box using MyOLEDB so I know my info is correct.

"Persist Security Info=False;Database=yyy;server=122.213.218.95;user id=myuser;password=mypass$;port=3306";

Of course, I changed the IP and other info, I'm using dialup and for some reason, here's the bizarre error message I get:

THE ERROR ========= An unhandled exception of type 'MySql.Data.MySqlClient.MySqlException' occurred in mysql.data.dll

Additional information: Access denied for user: 'myu@dialup-34.111.192.150.Dial1.Cincinnati1.Level3.net' (Using password: YES)

can you post some sample code, and some of the connection strings you tried??

On Thu, 23 Dec 2004 11:19:20 -0800 (PST), mike@mygenerationsoftware.com <mike@mygenerationsoftware.com> wrote:

I've tried 300 million different connection strings? I'm trying to connect to a linux box over the internet running MySQL, I know the connection information is correct but I must be missing something in the connection string?

Mike Griffin MyGeneration Software