📜  第 1 行的 ERROR 3948 (42000):禁用加载本地数据;这必须在客户端和服务器端都启用 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:01.378000             🧑  作者: Mango

代码示例2
#set the global variables by using this command:
mysql> SET GLOBAL local_infile=1;
Query OK, 0 rows affected (0.00 sec)

#exit current server:
mysql> exit

#try again and the error should be gone