MySQL : Load data infile

后端 未结 2 625
囚心锁ツ
囚心锁ツ 2021-02-09 19:33

I am getting error when using load data to insert the query .

\"load data infile \'/home/bharathi/out.txt\' into table Summary\"

This file is t

2条回答
  •  轮回少年
    2021-02-09 19:56

    The solution which really worked for me was to:

    sudo chown mysql:mysql /path/to/the/file/to/be/read.csv
    

    Adding it for future reference.

提交回复
热议问题