Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: LOAD DATA LOCAL INFILE 一直报错

[TiDB Usage Environment] Production Environment
4013
[Reproduction Path] What operations were performed when the issue occurred
Importing data
[Encountered Issue: Phenomenon and Impact]
LOAD DATA LOCAL INFILE ‘nova_digital_record22.txt’ INTO TABLE t3;
ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.
[Resource Configuration] Go to TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachment: Screenshot/Log/Monitoring]
mysql> LOAD DATA LOCAL INFILE ‘nova_digital_record22.txt’ INTO TABLE t3;
ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.
mysql> system ls -l ;
total 86076
-rw-r–r-- 1 tidb tidb 88133594 Jan 22 09:30 nova_digital_record22.txt