gpt4 book ai didi

mysql - 尝试在 mysql 中加载文本文件,但错误是没有这样的文件或目录

转载 作者:行者123 更新时间:2023-11-29 15:47:45 25 4
gpt4 key购买 nike

我正在尝试使用 load 命令将 (a.txt) 文件加载到 mysql 中,但它说没有这样的文件或目录,即使文件存在于指定路径中?

load data local infile  'F:\makarand\a.txt' 
into TABLE file;

load data local infile 'F:\makarand\a.txt'
into TABLE file;

我已经尝试过删除本地单词,但问题仍然相同

它说:

Error No 2:No such file or directory

最佳答案

File是MYSQL中的 protected 名称

https://dev.mysql.com/doc/refman/8.0/en/keywords.html

它现在需要一个文件名,而不是您建议的表。重命名表(使用前缀或后缀)或尝试在查询中引用它。不幸的是,这种事情发生了,因此我总是在我的表上使用前缀,以确保我不会遇到这种事情。

//编辑//

另请参阅此主题。这与Windows或Linux无关

Load data infile, difference between Windows and Linux

关于mysql - 尝试在 mysql 中加载文本文件,但错误是没有这样的文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56944734/

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