There was an error while loading. Please reload this page.
mysql_close - Closes a previously opened connection
#include <mysql.h> void mysql_close(MYSQL *mysql);
Closes a previously opened connection and deallocates all memory.
mysql_close()