I\'m writing a program, in C++, to access tables in MySQL via the MySql C++ Connector. I retrieve a record from the User (via GUI or Xml file).
I\'m working with MySQL 5.1.39 and Visual Studio 2008 and connecting both with MySQL Connector Net 6.1.2.
How can I connect to remote MySQL database through SSH from java application? Small code example is helpful for me and I\'d apprecia开发者_如何学Gote this.My understanding is that you want to access a
I am using ubuntu in VMWare. I installed mysql and have it running. I can login with the user root and a password. I have the IP of the VM box. In my code i wrote
In short, what are the steps that one needs to take in order to modify the source of the connector and install it in Windows?