Page 1 of 1

Connecting to a remote server accepting only localhost

Posted: Tue 28 Oct 2008 10:49
by louisd
Can I connect to a remote server accepting only localhost for connection for security pupose. is there a bridge to connect indirectly ???

Posted: Thu 30 Oct 2008 07:24
by Dimon
You can't do it using MySQL. For this purpose you can try to use Web server or SSH server placed on the same machine as MySQL server to forward requests for connection to the MySQL server.