MySQL无法使用select into outfile

错误提示:

mysql> select * into outfile '/tmp/mysql-slow.csv' from mysql.slow_log;
ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
mysql>


你可能感兴趣的:(mysql,无法使用)