mysql_close
Syntax
void mysql_close(MYSQL * mysql);
mysql
- mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().
Description
Closes a previously opened connection.
Last updated
Was this helpful?
void mysql_close(MYSQL * mysql);
mysql
- mysql handle, which was previously allocated by mysql_init() or mysql_real_connect().
Closes a previously opened connection.
Last updated
Was this helpful?