Connect to a MySql db through a proxy server using C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ikmanoj
    New Member
    • Nov 2008
    • 1

    Connect to a MySql db through a proxy server using C#

    How do i connect to a MySQL database through a proxy server
  • coolsti
    Contributor
    • Mar 2008
    • 310

    #2
    I don't know where the proxy server stuff comes in, but if you have a C# application and you wish to connect to a MySQL database (even if it is on a reachable but remote machine) you can do this with C# commands.

    You need to install a MySQL connector for C# on the computer that will run the C# application. This just adds the library functions that do all the work for you. I did this a while back easilly enough. Just look at the MySQL online documentation and search around for "connector" and find one specific for .NET or C#.

    Comment

    Working...