我将CSV文件插入MySQL数据库,但显示“此MySQL版本不允许使用的命令”,如何解决此问题? 我使用8.0.16版本
mysql> load data local infile 'D:/csv2.csv'
-> into table stock02
-> fields terminated by ',' optionally enclosed by '"' escaped by '"'
-> lines terminated by '\r\n';
ERROR 1148 (42000): The used command is not allowed with this MySQL version