mysql> LOAD DATA INFILE '/tmp/hogehoge.csv' INTO TABLE table_hoge ERROR 1085 (HY000) at line 1: The file '/tmp/hogehoge.csv' must be in the database directory or be readable by all
ファイルに読み取り属性が無い。umaskがキツ目だったのでウッカリした
mysql> LOAD DATA INFILE '/tmp/hogehoge.csv' INTO TABLE table_hoge ERROR 1085 (HY000) at line 1: The file '/tmp/hogehoge.csv' must be in the database directory or be readable by all
ファイルに読み取り属性が無い。umaskがキツ目だったのでウッカリした