Allocates and initializes a MYSQL object suitable for mysql_real_connect(). Returns an initialized MYSQL handle (0 if there was insufficient memory to allocate a new object).
mysql_handler = mysql_init();