| 52 | * http://dev.mysql.com/doc/refman/5.0/en/load-data-local.html |
| 53 | * If you use LOAD DATA LOCAL in Perl scripts or other programs that read the [client] group from option files, you can add the local-infile=1 option to that group. However, to keep this from causing problems for programs that do not understand local-infile, specify it using the loose- prefix: |
| 54 | {{{ |
| 55 | [client] |
| 56 | loose-local-infile=1 |
| 57 | }}} |
| 58 | * If LOAD DATA LOCAL is disabled, either in the server or the client, a client that attempts to issue such a statement receives the following error message: |
| 59 | {{{ |
| 60 | ERROR 1148: The used command is not allowed with this MySQL version |
| 61 | }}} |