problem in connecting to mysql server

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
[email protected]
Posts: 4
Joined: Tue 01 Nov 2005 02:38

problem in connecting to mysql server

Post by [email protected] » Tue 01 Nov 2005 02:44

I have a C# application runing on my PC and Mysql server on the web. When I am using the Mysqldirect.net and connect it to my local host ther is no problem. but when I am trying to connect my application to remote mysql server on the web. I get an error message like:
access denied for user:"[email protected]'(using password:YES) . I am sure I have a right user name and password , I dont know why i get such error. If anyone know please let me know.
many thanks.

Serious

Post by Serious » Tue 01 Nov 2005 07:49

Check if you can connect to database server using standard console client (mysql.exe). If you can do it send us connection parameters you've specified in command-line.

[email protected]
Posts: 4
Joined: Tue 01 Nov 2005 02:38

Still have problem

Post by [email protected] » Tue 01 Nov 2005 13:29

thanks
when i connect to mysql server using command line. I get this error:
Error 1045: Access denied for user:'[email protected]'




Serious wrote:Check if you can connect to database server using standard console client (mysql.exe). If you can do it send us connection parameters you've specified in command-line.

Serious

Post by Serious » Tue 01 Nov 2005 13:41

Looks like you have some configuration problems.
This discussion exceeds the bounds of current forum, but we advise you to check allowed hosts for your user.

Post Reply