File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2019-07-13
2
+ lastmod : 2019-08-21
3
3
date : 2016-10-16
4
4
title : Connection Options
5
5
customtitle : MySQL Connection String for C#/.NET Programs
@@ -216,6 +216,14 @@ These are the other options that MySqlConnector supports. They are set to sensib
216
216
<th style="width: 10%">Default</th>
217
217
<th style="width: 70%">Description</th>
218
218
</thead >
219
+ <tr >
220
+ <td>AllowLoadLocalInfile, Allow Load Local Infile</td>
221
+ <td>false</td>
222
+ <td>Allows the <code>LOAD DATA LOCAL</code> command to request files from the client. This is disabled by
223
+ default as a <a href="/troubleshooting/load-data-local-infile/" title="Using Load Data Local Infile">security precaution</a>.
224
+ In order to use <code>MySqlBulkLoader</code> and set its <code>Local</code> property to <code>true</code>, you
225
+ must set this option to <code>True</code> in your connection string.</td>
226
+ </tr >
219
227
<tr >
220
228
<td>AllowPublicKeyRetrieval, Allow Public Key Retrieval</td>
221
229
<td>false</td>
You can’t perform that action at this time.
0 commit comments