Visual Studio connect to Msql remote

Kwantakosta

New member
Joined
Sep 30, 2009
Messages
2
Programming Experience
Beginner
hi,

i'm a newbie at vb and trying to get my project to connect to msql

what is the situation and what have i done...:

- making the project on my pc
- downloaded and installed the msql connector
- make the program connect and work with local msql (on my pc, using Wamp server) ==> works fine
- my server and my pc are on the same router buth recive an internet ip
- i tryed to connect to it using : computer.no-ip.org and using 12.34.56.78 ==> don't work
- firewalls are off, no software that blocks anything.
- i connected my pc directly to my server using 192.168.0.1 and 192.168.0.10 and 255.255.255.0 mask ==> don't work

tryed to instal xampp ==> same problem

so whatever i do i can connect to the msql if it is localhost and can't connect if it is lan or wan


has some one had these problems before ?

please help me

thx:confused:
 
Back
Top