ERROR [HYT00] [MySQL][ODBC 3.51 Driver] Acces denied for

D

Dakkar

I'm getting this error when i execute my program

ERROR [HYT00] [MySQL][ODBC 3.51 Driver] Acces
denied for user:'root@DAKKAR123' [Using password:
YES]


and when i write the line like this i dont take any error
[code:1:3667756d8f]
MyConn = new OdbcConnection("DRIVER={MySQL ODBC 3.51
Driver};" + "SERVER=139.179.149.238;" +
"DATABASE=account;" + "UID=root;" +
"PWD=root;");
[/code:1:3667756d8f]

but when i write like this im taking the error

[code:1:3667756d8f]
MyConn = new OdbcConnection("DRIVER={MySQL ODBC 3.51
Driver};" + "SERVER=139.179.149.215;" +
"DATABASE=account;" + "UID=root;" +
"PWD=root;");
[/code:1:3667756d8f]

what can be the problem?
 
A

Alvin Bruney [Microsoft MVP]

you'll get more help with this in the ado.net news group or with the site
support for mysql .net provider that you are using

--
Regards
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top