Hi,
Can i answer in English, or Spanish language?
In case english:
1. First, get MySQL development stuff from
[ Lien ] or from the directory where you installed this data base engine.
2. Then, include in your code C++/MFC:
#include <mysql\mysql.h> or
#include <mysql.h>
according where you copy or where the "dev" mysql files are
3. Now you can load the mysql c++ functions, check
[ Lien ]3. Don't forget link the mysql libraries *.lib *.a (into MinGW) to your project
Best regards