Hi,
I am using Mysql Database via RemoteSQL. I had a strange problem, I have installed the same app in 14 PCs, but there is only one PC refuse to connect. its said can’t connect to MYSQL server on 'xxx.xxx.xxx (4). Ping test was normal, and can connect to the internet.
this problem happen since a week ago, before was running smoothly.
Any local Antivirus/Firewall software that is blocking your app connectint to the port. If you can safely try with firewall/AV turned off does that help?
I did, I am using app with remoteSQL, its almost run for 3 years on Linuxmint. Is there any problem that I have to be worried about ?
I do never realize if its will cause a problem.
[quote=417303:@Arief Sarjono]I did, I am using app with remoteSQL, its almost run for 3 years on Linuxmint. Is there any problem that I have to be worried about ?
I do never realize if its will cause a problem.
Thanks
Regards,
Arief[/quote]
Not a problem per se, but it can be a security issue. In most cases one would try to avoid having a Database accessible from the internet. Better use a/multiple dialog server(s) which route/translate/transform the information between the Internet and the Intranet.
The IT guys in our company would never allow such a system. We even try to avoid direct communication between our own intranet only systems, wherever possible. So we can make sure that issues in one system won’t in most cases affect the other systems.