開始導(dǎo)入MYSQL導(dǎo)入數(shù)據(jù)出現(xiàn)The MySQL server is running with the --secure-file-priv option查了一下說是Mysql的導(dǎo)入導(dǎo)出路徑目錄問題,改了my.ini文件中的secure-file-priv值為secure-file-priv=""現(xiàn)在執(zhí)行SQL導(dǎo)入報(bào)錯(cuò)如下: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)文件路徑是對的呢,怎么會(huì)報(bào)錯(cuò)找不到
MYSQL導(dǎo)入數(shù)據(jù)報(bào)錯(cuò)
慕標(biāo)琳琳
2018-09-05 23:09:51
