mysql_set_local_infile_default
mysql_set_local_infile_default resets local infile callbacks to the Connector/C internal defaults, reversing any custom handler registered via mysql_set_local_infile_handler.
Name
Syntax
#include <mysql.h>
void mysql_set_local_infile_default(MYSQL *conn);Parameter
Description
See Also
Last updated
Was this helpful?

