gpt4 book ai didi

mysql - LOAD DATA LOCAL INFILE 找不到路径

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

我正在使用 MySQL Workbench 并尝试使用加载数据本地 infile。我的表“mysample”包含三列:id、姓名、年龄。

我正在尝试加载 csv 文件并将其导入到我的表格中。 id 是 auto_increment 所以我将插入数据到姓名和年龄。这是我的查询:

load data local infile 'C:\Users\vissia18\Desktop\sample.csv' into table mysample fields terminated by ','
enclosed by '"'
lines terminated by '\n'
(names, age)

但问题是我遇到了这样的错误:

Error Code: 2. File 'C:\Users\vissia18\Desktop\sample.csv' not found

这是为什么呢?我该如何解决这个问题?

最佳答案

根据MySQL documentation :

The file name must be given as a literal string. On Windows, specify backslashes in path names as forward slashes or doubled backslashes.

关于mysql - LOAD DATA LOCAL INFILE 找不到路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22627522/

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