start importing MYSQL Import data appears The MySQL server is running with the-- secure-file-priv option
looked up the problem of the import and export path directory of Mysql, and changed the secure-file- value in the my.ini file to
.secure-file-priv=""
now the error in performing SQL import is as follows:
mysql> load data infile "E:\sql\film_test.txt" into table film_test2;
ERROR 29 (HY000): File "E:\sqlfilm_test.txt" not found (OS errno 2 - No such file or directory)
the file path is correct, how can you report an error and cannot find