Home > database >  Mysql error code 3948
Mysql error code 3948

Time:09-15

Just started to learn, appeared the following questions, seek guidance

 load data local infile 'E:/Mysql/the UserInfo. CSV' 
Into the table the userinfo
Fields terminated by ', '
Ignore 1 lines;


09:42:48 load data local infile 'E:/Mysql/the UserInfo. CSV' into the table the UserInfo fields terminated by ', 'ignore 1 lines
The Error Code: 3948. Loading local data is disabled; This must be enabled on both the client and server sides 0.000 SEC

CodePudding user response:

Use the
The set global local_infile=1;
Also not solved
  • Related