> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/connectors/mariadb-connector-c/api-functions/mysql_set_local_infile_default.md).

# mysql\_set\_local\_infile\_default

## Name

mysql\_set\_local\_infile\_default - Sets local infile callback functions to default

## Syntax

```c
#include <mysql.h>

void mysql_set_local_infile_default(MYSQL *conn);
```

## Parameter

* `mysql` - mysql handle, which was previously allocated by [mysql\_init()](https://github.com/mariadb-corporation/mariadb-connector-c/wiki/mysql_init).

## Description

Sets local infile callback functions to MariaDB Connector/C internal default callback functions.

## See Also

* [mysql\_set\_local\_infile\_handler()](/docs/connectors/mariadb-connector-c/api-functions/mysql_set_local_infile_handler.md)
