Connect to MySQL via PHP script tunnel

Posted by Neo on Stack Overflow See other posts from Stack Overflow or by Neo
Published on 2012-04-11T11:27:05Z Indexed on 2012/04/11 11:28 UTC
Read the original article Hit count: 190

Filed under:
|
|
|
|

Here's the question, I need to connect to a remote MySQL database from my C# Application, problem is the MySQL instance will block all access to all IP's apart from localhost, this can not be changed as its too much of a security issue.

The question is, is it possible to connect via a tunnel instead to a php script hosted on the server, this would then act as the mysql connection.

Any ideas and suggestions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about php