Questions tagged [remote-connection]
148 questions
0
votes
1 answer
How to allow remote connection in MS SQL server management studio, on a port different then 1433?
I was having credentials for this remote MS SQL database for quite a long time. The port for connection was 1433 and I was connected via "Microsoft SQL Server Management Studio".
After some time, my client changed the credentials and gave me the new…

delux
- 1,694
- 10
- 33
- 64
0
votes
2 answers
Connect to Rcon using WebSockets (ws)
I'm new to using web sockets in nodejs in my electronjs project. My goal is to connect to the connection my server is running, I have everything setup correctly, the port, password, and localhost, all seemed to work using another package. But when I…

Charles
- 1
- 3
0
votes
1 answer
How to access mysql table data of different machine every hour?
I want to access data from a mysql table which is on different database on different machine. Both the machines are connected to same network. I tried access using
select * from [10.1.18.244].dbname.dbo.tablename;
But its giving me syntax error…

Divyani Garg
- 138
- 1
- 3
- 15
0
votes
1 answer
Can`t connect to myql from my local machine to remote server 10060
I have a windows server and I use laragon on my local machine and HeidiSql as an interface
What I want to achieve:
I want to connect from my computer to Windows server and connect to Mysql database.
What have I tried:
1.I have granted permissions to…

Davis
- 361
- 1
- 5
- 19
0
votes
1 answer
Can`t connect to mysql server on X.X.X.X on Windows
As the title says I want to connect remotely to mysql and it is on windows server but I got this error message.
Cant connect to mysql server on X.X.X.X
I am tring it with HeidiSql
I have MariaDB installed.
Also I can connect to server using remote…

Davis
- 361
- 1
- 5
- 19
0
votes
1 answer
Remote connection between Raspberry pi and other computer through python over internet on real time
I want a help in robotics stuff..
My Question is ... :
How to connect my robotic car ( car is having raspberry pi as controller) with my computer via internet .. so the I can control the car from my computer's keybord..
Previously i was using VNC…

Sonu Gadewar
- 27
- 1
- 2
- 9
0
votes
0 answers
How to connect my php page to remote mongodb server?
I need your help. I'm making a project for my thesis and I'm trying to fix this problem for a week without any results. I know that there are a lot of similar topics but I can swear that I didn't find nothing cocern my problem.
I have a web domain…

Domenico Romano
- 83
- 1
- 1
- 4
0
votes
0 answers
"Can't connect to MySQL server on 'x.x.x.x' (113)", MySQL Remote Connection Stopped Working After Server Change
Very very strange issue. So I have a website that accesses a database I have hosted on my VPS server by making a remote MySQL connection. On the VPS server I created a user with these permissions
CREATE USER 'myuser'@'%' IDENTIFIED BY…

Coder1337
- 139
- 3
- 11
0
votes
2 answers
Remote connection to MYSQL (WAMP) database within LAN
I can not connect to MYSQL database (WAMP 3.1.0 x65) from my Android app nor .NET app. within LAN.
Remote connections to another MYSQL DB (DEBIAN) via VPN works fine from my apps. Also, I have no problem with connections on Apache and Phpmyadmin…

duracer
- 19
- 7
0
votes
1 answer
Connecting to a local SQL server from a website
We have a small network behind a firewall (WatchGuard XTM 2 series) and network switch. On our network we have multiple instances of SQL server, but 1 in specific that I would like to be able to access remotely from our website. We have a static IP…

dfarney
- 55
- 1
- 7
0
votes
1 answer
How to enable inbound connection for a particular port in windows 10?
in windows 10 IoT i want to accept TCP packets on a port (eg:- 49856) from a remote machine.

Sajith
- 163
- 11
0
votes
2 answers
Make SQL Server on Azure server available locally
I have a Azure VM running, on which I have installed SQL Server.
But I cannot to SQL from SSMS on my local machine.
The server have a public IP and Remote Connections have been enabled, as well as TCP/IP protocols.
I have also checked that port…

Cameron Castillo
- 2,712
- 10
- 47
- 77
0
votes
1 answer
Error using PSEXEC to start a file on a remote computer
I have created a small script that initiates PSEXEC to run a file (a registry key) on a remote computer that is in the domain; however, when I run the script I receive an error indicating that "the system cannot find the file specified."
Below is my…

zhaque
- 13
- 3
0
votes
2 answers
Remote MySql Can Connect using Navicat but Not From Another Host
Hello I have a centos server and I have succeeded setting remote connection from software like Navicat on windows, remoDB on android. But the problem is, I can't connect to the server from my other hosting.
here is my code sample

Riddict Dev
- 1
- 3
0
votes
0 answers
How to Share Admin$ using RDP activex control?
I 'm trying to share admin$ or c$ with my remote desktop, and need to apply some settings after or before start connecting.
It could be done simply with mstsc setting tab. But it is completely unknown to me while going to deploy it's c# code. There…

manoch
- 1
- 3