Hi
I supose that your server is MySQL (see the port you are trying).
First, check if the server's IP is visible from outsite.
(ping IP)
If it works, watch the rights for the mysql user using for connect in the mysql database... table db, user etc ... and set the proprer rights to allow connections from any host. (%)
Chris
Alex wrote:
Hi. I'm going a bit mad because of this. In my job, we need to connect a computer running an SQL server. But the problem is that this computer is on an intranet AWAY from our own intranet.
So the idea is to get into that intranet (managed by an ADSL router), find the machine running the SQL server and stablish the connection.
I don't know if it's me who has to change the scripts for this to work or if it's the people running the ADSL who have to configure it to make it possible for me to enter that intranet.
I tried the IP, the IP with the 1433 as port and i just don't get anything.
Any, i repeat ANY help is very much wanted.
Thanks in advance.
Alex