xuke123 发表于 2018-10-4 12:29:53

MySQL无法使用select into outfile-Linux SA John-51CTO博客

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>


页: [1]
查看完整版本: MySQL无法使用select into outfile-Linux SA John-51CTO博客