Load Data In file MySQL MacOS
问题 I'm trying to load data from a CSV using MySQL, but I'm getting Error code 29 (file not found). I'm using mac osx, but when I run the following query LOAD DATA INFILE '/workspace/SQL_Test/src/values.csv' INTO TABLE queryid_vs_column COLUMNS TERMINATED BY ',' MySQL tries to look in 'C:/workspace/SQL_Test/src/values.csv'. I haven't found anyone else with similar issues, has anyone encountered something like this? I'm not sure why MySQL thinks I'm running a windows machine. Thanks. 回答1: If you