Visual Studio To MySQL AutoDialer CE 3
Added by Rick Y over 9 years ago
already install AutoDialer CE 3 and try to use Visual Studio 2012 to connect to MySQL.
How can I do that? I have all correct setting from host, userid, password, and etc. and still not connected it.
and I already installed the MySQL connector as well for Visual Studio.
I also install Putty to connect to MySQL. It works fine so I can confirm the userid/password/host is working properly.
Replies (3)
RE: Visual Studio To MySQL AutoDialer CE 3
-
Added by Demian Biscocho over 9 years ago
What port are you connecting to? By default, MySQL uses port 3306. You might need to open that port (in IPtables) for outside access.
RE: Visual Studio To MySQL AutoDialer CE 3
-
Added by Rick Y over 9 years ago
I already open 3305 in IPtables. Still not working.
Do I have to open 3305 on my PC's network firewall as well?