标签:导出 ble 数据 statement com logs not running es2017
ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
首先输入下面下面命令查看
show global variables like ‘%secure%‘;
查询secure_file_priv 我的当时为null所以要修改:
修改方法:
标签:导出 ble 数据 statement com logs not running es2017
原文地址:http://www.cnblogs.com/binglong180/p/7779395.html