|
|
| |
mysql_close(3) |
MariaDB Connector/C |
mysql_close(3) |
mysql_close - Closes a previously opened connection
-
#include <mysql.h>
void mysql_close(MYSQL *mysql);
Closes a previously opened connection and deallocates all memory.
- •
- To reuse a connection handle after mysql_close() the handle must be
initialized again by mysql_init(3).
- •
- mysql_init(3)
- •
- mysql_real_connect(3)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |