剛開始學習,出現以下問題,求指導

load data local infile 'E:/Mysql/UserInfo.csv'
into table userinfo
fields terminated by ','
ignore 1 lines;
09:42:48 load data local infile 'E:/Mysql/UserInfo.csv' into table userinfo fields terminated by ',' ignore 1 lines
Error Code: 3948. Loading local data is disabled; this must be enabled on both the client and server sides 0.000 sec
uj5u.com熱心網友回復:
使用set global local_infile = 1;
也未解決
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/34464.html
標籤:基礎類
上一篇:sql比較字串,比的到底是什么?
