Skip to content

Commit

Permalink
review comments march 28
Browse files Browse the repository at this point in the history
  • Loading branch information
terry1purcell committed Mar 28, 2024
1 parent f67c23e commit 89437ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions sql-plan-replayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ After the scene is loaded and restored, you can diagnose and improve the executi

> **Note:**
>
> If you use `mysql` command line utility and encounter `ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.`, you can add `--local-infile=true` in the connection string.
> If you use the `mysql` command-line client and encounter `ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.`, you can add `--local-infile=true` in the connection string.
## Use `PLAN REPLAYER CAPTURE` to capture target plans

Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/tidb-cloud-import-local-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ CREATE TABLE `import_test` (
LOAD DATA LOCAL INFILE 'load.txt' INTO TABLE import_test FIELDS TERMINATED BY ',' (name, address);
```

If you use `mysql` command line utility and encounter `ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.`, you can add `--local-infile=true` in the connection string.
If you use the `mysql` command-line client and encounter `ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.`, you can add `--local-infile=true` in the connection string.

### Why can't I query a column with a reserved keyword after importing data into TiDB Cloud?

Expand Down

0 comments on commit 89437ba

Please sign in to comment.