learner learner

learner learner

  • NA
  • 29
  • 154.2k

How to connect remotely C# and Mysql ( HTTP tunneling ) using MySql Connector

Oct 24 2010 8:42 AM

The following code is used to connect C# with mysql server
connectionParam = "SERVER=" + DbServer + ";DATABASE=" + dbName + ";UID=" + uName+ ";PASSWORD=" + pass;

MySqlConnection mConnection = new MySqlConnection(connectionParam );

But what will be the code, if MySql can only be accessed through HTTP Tunneling.

Tunneling URL:  http://www.xyzpqr.com/SQLyogTunnel.php