一个Access数据库包含若干首诗歌,每首诗有content.author.title.description四个字段 using System; using System.Data; using System.Data.OleDb; using System.Runtime.Serialization.Json; using System.Collections.Generic; using System.IO; using System.Text; using System.Runtime.
python从数据库导出数据到excel 最近需要从数据库里导出一些数据到excel,刚开始我是使用下面的命令 select * from xxx where xxx into outfile 'xxx.xls' 结果报错 ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement 除了这个错误,可能还会报access