Skip to content

Commit 3809b91

Browse files
committed
Fix typo in page.
1 parent 63da15d commit 3809b91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/content/troubleshooting/load-data-local-infile.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
lastmod: 2019-05-23
2+
lastmod: 2019-08-21
33
date: 2019-05-23
44
title: Load Data Local Infile
5+
customtitle: "Fix: Using Load Data Local Infile"
56
weight: 30
67
menu:
78
main:
89
parent: troubleshooting
910
---
1011

11-
# Load Data Local Infile
12+
# Using Load Data Local Infile
1213

1314
## Background
1415

@@ -38,7 +39,7 @@ For more information, see [the MySQL documentation](https://dev.mysql.com/doc/re
3839
To allow `LOAD DATA LOCAL INFILE` to succeed, you must set `AllowLoadLocalInfile=true`
3940
in the client’s connection string.
4041

41-
If you use `MySqlBulkerLoader` and set `Local=true`, then everything should work by default.
42+
If you use `MySqlBulkLoader` and set `Local=true`, then everything should work by default.
4243

4344
If you are manually creating a `LOAD DATA LOCAL INFILE` statement, you must be connected
4445
to a trusted server. This requires specifying `SslMode=VerifyCA` or `SslMode=VerifyFull` in the

0 commit comments

Comments
 (0)