mysql - a mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().
query -a null terminated string containing the statement to be performed.
Performs a statement pointed to by the null terminate string query against the database. Contrary to , mysql_query() is not binary safe.
Returns zero on success, non zero on failure
int mysql_query(MYSQL * mysql,
const char * query);