0
votes
0answers
139 views

Remote Desktop Connection between Windows 98 and Windows Server 2008 [closed]

I set up Windows Server 2008 at my working place with the Remote settings configured to "Allow connections from computers running any version of Remote Desktop". I got remote desktop to server through ...
-1
votes
1answer
935 views

MySQL remote access not working - Port Close?

I am not able to get a remote connection established to MySQL. From my pc I am able to telnet to 3306 on the existing server, but when I try the same with the new server it hangs for few minutes then ...
0
votes
2answers
182 views

Can't reach remote desktop anymore with RDC

We have a 2 backup machines that we use to manage via Remote Dektop Connection; Suddenly one of them can not be reached anymore by RDC. The other one is still accessible. I can ping the first one, ...
0
votes
1answer
216 views

Can not see drive in Remote Desktop Connection

I did an upgrade from Windows XP to Windows 7. Since I did that I can not see my drive. Of course I set the local ressources settings and the remote settings. The operating system on my server is ...
0
votes
3answers
87 views

Establish Linux to Windows connection [closed]

We can establish connection between Unix based machines using these commands - ssh telnet but how to establish a connection between a Linux and Windows? Putty, WinSCP etc are used in Windows to ...
2
votes
2answers
112 views

SSH dies when a lot of text transfers through it

I've got a strange problem with SSH. When I try to do something that sends a lot of text over it, often it will break the connection ("connection reset by peer"). It's not every time, but often enough ...
1
vote
1answer
154 views

remote connection to SQL Server 2008 R2 failed from another country?

I am getting this error message when I try to connect SQL Server 2008 R2 Server Instance Conditions : On the server side : Sql Server Network Configuration : TCP/IP enabled Sql ...
0
votes
2answers
824 views

How does the MySQL connection on remote server works?

When I connect to my MySQL database locally I use: $host = 'localhost'; $db = 'myDB'; $user = 'root'; $pass = ''; When my site resides on remote server I use the following parameters to make a ...
0
votes
2answers
349 views

How Can I Connect to remote sql server?

I have a desktop application(Developed in c#) which will use SQL SERVER database. The database is on remote Database Server. I need to connect to that database on this database server and some ...
2
votes
2answers
1k views

App server takes a long time to connect to MySQL Server

I have a strange problem that I couldn't figured out and would like some expert advice to handle this thing. My database is running on a seperate machine My application server tries to connect to ...