•This option limits the effect of the LOAD_FILE() function and the LOAD DATA and SELECT ... INTO OUTFILEstatements to work
only with files in the specified directory.
•This option was added in MySQL 5.1.17.
原文網站:http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_secure-file-priv
再麻煩各位神人大大們幫幫忙
在設定檔中指定目錄,LOAD_FILE()函數與LOAD DATA指令, 這兩個是用來載入資料的.
以及SELECT INTO OUTFILE, 這是用來轉出資料的.
限制這三個都只能在這指定目錄.
其實MySQL要對目錄輸出入,你要先讓user有SUPER privilege,還要讓mysql這個user對該目錄有適當權限,才能運作.
有些Linux另外有SELinux,Apparmor,也會有限制,都要設定好,才能輸出入的.
另外MySQL 5.1版,有點歷史了,現在都5.6.16 版了.
下載由此去: http://dev.mysql.com/downloads/mysql/