Skip to content
Prev 132492 / 398506 Next

connecting [logging] RMySQL to an external server - SOLVED

Hi James,
On Wednesday 19 December 2007, David James wrote:
Normally yes, you are right, but this particular MySQL server does not allow 
remote connections (it does not directly listens to port 3306) but only local 
connections using a socket (this terminology is unfamiliar to me, I may talk 
stupid).
So I have to first create a secure login and only after that connect to the 
remote MySQL server.

I hope my situation is more clear now,
Adrian