MySQL help

Hey, I'm a total newb at MySQL and C++ (together). However, I know some C++ and a lot of MySQL (I'm a former PHP coder). The question I have is how do you connect to a web-based MySQL server Like to go to PHPMyAdmin, I go to https://srv02.hostww.net:2083/3rdparty/phpMyAdmin/index.php to alter anything MySQL related, and my cPanel is http://www.vgscripts.net/cpanel/. I have no idea how to even connect to the MySQL database through C++ because I need to connect, and carry out MySQL querys and output rows on my program. Any help would be greatful.

Thanks



Answer this question

MySQL help

  • mhojlund

    This is off topic. Try to ask this question in a MySQL forum.

    As far as I know there is a OLDE DB driver for MySql so you can use this to connect your C++ program via an ATL OLE DB consumer.



  • MySQL help