How to connect remotely C# and Mysql ( HTTP tunneling ) using MySql Connector/Net
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)
0 answers
Post an answer but please log in first
Similar Questions
Database connection
What are steps in connecting VB.net with SQL server?
Making Constant Data Bases to recall in program.
I'm a student learning programming. I need to find out what web address gets my database and server. I need to find out what the database name is.
proplem in connecting phpmyadmin database to asp.net mvc
add name="xyzEntities" connectionString="Data Source=123.12.132.123;port=3306;Integrated Security=false;Initial Catalog=database name;User Id=myname;password=mypass" providerName="MySql.Data.MySqlClient"/
Connect a VbScript to MySQL without ODBC driver
Hi everybody, I'm just beginning with MySQL and I try to make a connection between a VBscript and a MySQL Database.
ADO connection string
I need a ADO connection string to work with Quick Payroll, I am not a developer but I need it in order to customise reports.
Table 'mysql.proc' doesn't exist
I get the error able 'mysql.proc' doesn't exist while executing procedures from .net application using proxysql. MySQL version: 8.0.13 MySQL.Data version: 8.013
Remote MySQL Linked Server in SQL Server, only show names of the tables.
Remote MySQL Linked Server deployed in SQL Express Management Studio do not show any content and structure, it only LIST NAME of the tables belongs to the remote connected MySQL database
Connection error to Azure MySQL from Visual Studio 2012 Ultimate
I have visual studio 2012 Ultimate on my machine and am trying to connect MySQL on Azure using MySQL .Net Connector 6.8.3 Below is my connection string Server={Server};Port=3306;Database={DbName};Uid={user};Pwd={pwd};sslMode=Prefered;
MySQL Connection behind a Proxy
Is it possible to connect with MySQL 3.1.13 behind a proxy server? Like this : MySQL.ConnectionString = "Driver={MySQL ODBC 5.1 Driver};Server=dbServ;Database=dbName;User=dbUser;Password=dbPass;Option=3;ProxyServer=proServer;ProxyUser=proUser"
Connect to MYSQL
I would like to coonect my app vb.net to mysql but the message error below
- Load more posts