Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Connector For C# And Mysql

forums forums SQLyog SQLyog Localization and Source Code Discussions Connector For C# And Mysql

Viewing 3 reply threads
  • Author
    Posts
    • #12201
      sah
      Member

      Is there any connector to connect c# and mysql using http tunneling?

      Using SQLYog tool it is possible to connecct using http tunneling.

      But i need a connector that can be used to develop an application

      using c# and mysql.

    • #31719
      peterlaursen
      Participant

      MySQL has a .NET connector: http://dev.mysql.com/downloads/connector/net/ (but I do not understand how is is related to HTTP-tunnel)

    • #31720
      sah
      Member
      'peterlaursen' wrote:

      MySQL has a .NET connector: http://dev.mysql.com/downloads/connector/net/ (but I do not understand how is is related to HTTP-tunnel)

      the .net connector that you mentioned doesn't support http tunnel. i wanna connect to a remote server that was blocked by firewall. but it can be reached through http tunnel. .NET connector can connect to database server directly.

    • #31721
      peterlaursen
      Participant

      OK .. such thing you will have to code yourself. I don't think you will find it anywhere.

      1) You will need a server-side script (PHP, ASP.NET, JAVA/JSP or similar language that can connect to MySQL and be controlled with HTTP-requests) that should be uploaded to the server.

      2) The binary on the client machine will have to communicate with that script.

      The SQLyog tunneler cannot be used as a 'generic proxy' for other programs. Only the SQLyog binary can communicate with it.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.