table of contents
other versions
- bookworm 1:10.11.6-0+deb12u1
- testing 1:11.4.5-1
- unstable 1:11.4.5-1
- experimental 1:11.4.5-2~exp1
mysql_close(3) | MariaDB Connector/C | mysql_close(3) |
Name¶
mysql_close - Closes a previously opened connection
Synopsis¶
-
#include <mysql.h> void mysql_close(MYSQL *mysql);
Description¶
Closes a previously opened connection and deallocates all memory.
Notes¶
- •
- To reuse a connection handle after mysql_close() the handle must be initialized again by mysql_init(3).
See also¶
Version 3.4 |