Just downloaded trial 2.7 but can't connect to database srv.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
RLoizzo
Posts: 1
Joined: Tue 09 Nov 2004 14:56

Just downloaded trial 2.7 but can't connect to database srv.

Post by RLoizzo » Tue 09 Nov 2004 15:27

Using mySql Administrator, I am able to connect to the mysql server. But for some reason, using the VS IDE tools, I can't connect. It seems like the answer has to do with the following:

Can't connect 'user'@'myipaddress'

Shouldn't the above be like this 'user@myipaddress' ???

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Wed 10 Nov 2004 06:20

Please, make sure that you have specified correct connection parameters. For more information about how to connect to MySQL server refrer to MySQLDirect and DbTools documentation. It is embedded in Visual Studio help.

Post Reply