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 theThe set global local_infile=1;
Also not solved