Developers community number 1 connection string reference

how to connect remotely C# and Mysql ( HTTP tunneling ) using MySql Connector/Net

Posted 2010-10-25 04:19
by sah sah
in the MySQL Forum
The following code is used to connect C# with mysql server
Collapse

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 (for example)
Copyright © 2012 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.