Can't connect to MySQL server on

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
chazon
Posts: 1
Joined: Sat 03 Apr 2010 15:18

Can't connect to MySQL server on

Post by chazon » Sat 03 Apr 2010 15:32

Hello

I tried DotConnect Mysql mobile with VS 2008

But it doesn't work . Everytime ig got the message :

Can't connect to MySQL server on 'IP-adress' (10061)

I looked after any solution in the web , but found nothimg .

The remote mysql Server ist running ( I tried with other Programs)
I have no problems with firewalls
Server is running on Windows 2003 SBS


Does anyone know about this problem?

thanks
chazon

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 06 Apr 2010 11:53

1. If you set 'localhost' or '127.0.0.1' as a sever name, your application deployed to a mobile device will try to connect to itself (not to your desktop machine). So please set the IP address of your machine with the MySQL database in the connection string.

2. Note that some synchronization tool (e.g., Microsoft ActiveSync) should be used even if you work with some emulator (e.g., USA Windows mobile 5.0 Pocket PC R2 Emulator). Before deployment make cradle to the emulator you want to use via Device Emulator Manager (the Tools menu in Visual Studio). After cradle the ActiveSync icon in the tray should become green (indication that synchronization is successful).

3. If the problem persists, please tell us the version of your dotConnect for MySQL Mobile. You can see the version in the Tools | MySQL Mobile | About menu of Visual Studio.

Post Reply