7 messages in com.mysql.lists.dotnetRe: Can the .NET Managed driver conne...| From | Sent On | Attachments |
|---|---|---|
| mike...@mygenerationsoftware.com | 23 Dec 2004 11:18 | |
| Ben Reichelt | 23 Dec 2004 11:23 | |
| Jordan Sparks | 23 Dec 2004 11:32 | |
| mike...@mygenerationsoftware.com | 23 Dec 2004 11:35 | |
| Frank | 23 Dec 2004 13:19 | |
| Jorge Bastos | 23 Dec 2004 13:54 | |
| Director General: NEFACOMP | 23 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 |
What version of MySQL is installed on linux server? I remember having problems with 4.0 or first 4.1's (can't remember exactly) because of the change of hashing algorythm of passwords between two versions. Problem was solved using OLD_PASSWORD function instead of PASSWORD in the SQL that created the user password. Try looking for OLD_PASSWORD on the manual. Hope this helps, Frank
----- Original Message ----- From: <mike...@mygenerationsoftware.com> To: "Ben Reichelt" <ben....@gmail.com> Cc: <dot...@lists.mysql.com> Sent: Thursday, December 23, 2004 8:36 PM Subject: Re: Can the .NET Managed driver connect to a linux box?
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)
- Mike
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
-- MySQL on .NET Mailing List For list archives: http://lists.mysql.com/dotnet To unsubscribe: http://lists.mysql.com/dotnet?unsub=ben....@gmail.com
-- MySQL on .NET Mailing List For list archives: http://lists.mysql.com/dotnet To unsubscribe: http://lists.mysql.com/dotnet?unsub=stre...@tiscali.it




