08.09.2015, 02:42
Today i learned the functions for stablish a mysql conection, like this:
It's really stupid, but it is something.
Код:
#define SQL_HOST ("localhost") #define SQL_USER ("root") #define SQL_PASS ("") #define SQL_DB ("db") mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);