[转帖]ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.

error,hy000,load,data,local,infile,file,request,rejected,due,to,restrictions,on,access · 浏览次数 : 0

小编点评

**报错信息:** ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access. **解决方法:** **方法一:** 查询 `local_infile` 命令 ```sql show global variables like 'local_infile'; ``` **结果:** ``` ON -- 表明开启状态 ``` **方法二:** 若方法一无法解决问题,可以使用以下命令重新登录 MySQL: ```sql mysql -u root -p --local-infile1 ``` **完美解决:** 上传过程可能要久一点,需要耐心等待!

正文

1.报错信息

ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.
  • 1

2.解决方法

2.1 方法一

查询是否启动local_infile,查询命令如下:

show global variables like 'local_infile';
  • 1

查询结果:
在这里插入图片描述
ON表示开启状态,OFF表示关闭状态,如果显示OFF,则通过命令开启local_infile:

set global local_infile=1;
  • 1

2.2 方法二

若方法一解决不了,可以使用下列命令重新登录MySQL

mysql -u root -p --local-infile
  • 1

该命令是用于在命令行下以root用户登录MySQL,并开启本地数据文件导入功能(–local-infile)。用户需要输入密码才能成功登录。

3.完美解决

在这里插入图片描述
上传过程可能要久一点,需要耐心等待!!!

文章知识点与官方知识档案匹配,可进一步学习相关知识
CS入门技能树首页概览34689 人正在系统学习中

与[转帖]ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.相似的内容:

[转帖]ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access.

1.报错信息 ERROR 2068 (HY000): LOAD DATA LOCAL INFILE file request rejected due to restrictions on access. 1 2.解决方法 2.1 方法一 查询是否启动local_infile,查询命令如下: sho

[转帖]ESXi error: Could not find a trusted signer

24 October 2019河小马VMWareLeave a comment 在ESXi上安装micron 的 msecli vib的时候,有个错误信息显示: Could not find a trusted signer. 解决方案倒是很简单,在你使用的command 后面加上 “–no-sig

[转帖]configure: error: cannot guess build type;you must specify one

该问题一般出现在国产平台,从错误描述来看,意思是:无法猜测build类型,你必须指定一个。 解决办法: 1. 在系统/usr路径下搜索 config.guess 和 config.sub 这两个文件。 2. 在当前编译工具目录下同样搜索 config.guess 和 config.sub 这两个文件

[转帖]TIDB-Error 1105: Out Of Memory Quota问题解决

一、背景 复杂sql查询报错 二、原因 单条s q l使用内存默认为1G 三、解决 tiup cluster edit_config tidb-test server_configs: tidb: mem-quota-query: 4294967296 # 修改大小 tiup cluster rel

[转帖]yum提示Error: rpmdb open failed 报错处理

Linux 下,在使用yum 安装时,可能会报以下错误: [root@localhost tmp]# yum --di sab1 erepo=* erase 1ibX11 rpmdb: Program version 4.7 doesn't match environment version 720

[转帖]Megacli 错误码

MegaCLI Error Messages 0x00 Command completed successfully 0x01 Invalid command 0x02 DCMD opcode is invalid 0x03 Input parameters are invalid 0x04 Inv

[转帖]一次操作系统报错OutOfMemory Error的处理记录

在启动公司内嵌的tomcat容器时出现报错, 如下: # There is insufficient memory for the Java Runtime Environment to continue.# Native memory allocation (malloc) failed to a

[转帖]Rust在windows下安装以后cargo build Error: linker `link.exe` not found

D:\rust\runoob-greeting\greeting>cargo build error: linker `link.exe` not found | = note: 系统找不到指定的文件。 (os error 2) note: the msvc targets depend on th

[转帖]总结:nginx502:Tomcat调优之acceptCount

问题背景:UI页面点击会偶尔返回error,检查调用日志,发现nginx报502报错,因此本文即排查502报错原因。 如下红框可知,访问本机个备机的服务502了,用时3秒左右(可见并不是超时) 先给出原因:是因为tomcat8默认的acceptCount是100,请求量大的时候,会将一些来不及处理的

[转帖]kylin v10 报错 unsupported configuration: ACPI requires UEFI on this architecture

https://www.cnblogs.com/winstom/p/15074737.html 问题现象: ERROR unsupported configuration: ACPI requires UEFI on this architecture Domain installation doe