gpt4 book ai didi

mysql - 无法将数据从文件加载到 Mysql 表

转载 作者:行者123 更新时间:2023-11-29 20:52:12 26 4
gpt4 key购买 nike

我无法将数据从文件加载到 MySQL 表。

我还应该将文件保存在哪里?

文件如下所示。

notroot@ubuntu:~/lab/data$ ls
txns

notroot@ubuntu:~/lab/data$ pwd

/home/notroot/lab/data

notroot@ubuntu:~/lab/data$ mysql -u root -p

mysql> load data infile '/home/notroot/lab/data/txns' into table trans fields terminated by ',' lines terminated by '\n';
ERROR 29 (HY000): File '/home/notroot/lab/data/txns' not found (Errcode: 13)

mysql> load data local infile '/home/notroot/lab/data/txns' into table trans fields terminated by ',' lines terminated by '\n';
ERROR 1148 (42000): The used command is not allowed with this MySQL version
mysql>

最佳答案

运行mysql时使用--local-infile参数

mysql --local-infile -u root -p

关于mysql - 无法将数据从文件加载到 Mysql 表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37947183/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com