如何解决MySQL最新版本的问题

时间:2019-05-22 08:50:55

标签: mysql

我将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

0 个答案:

没有答案