博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MySQL在windows上导入数据提示错误(Errcode: 13 - Permission denied)
阅读量:4554 次
发布时间:2019-06-08

本文共 541 字,大约阅读时间需要 1 分钟。

提示ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it ...statemet

编辑C:\ProgramData\MySQL\MySQL Server 5.7\my.ini,修改secure-file-priv="/"或者其他可以访问的文件夹

提示

在windows服务对话框下

If you are using Windows, open services. Right click on mysql service, select properties. In the properties window select Log On tab then Log on as: Local System account.

If you are ready, restart the service and you can select into outfile anywhere where you have permission to write.

转载于:https://www.cnblogs.com/gangzhuzi/p/8849047.html

你可能感兴趣的文章
2019百度之星初赛三 1001最短路1(异或)
查看>>
P3372 【模板】线段树 1 (区间查询)
查看>>
What Are You Talking About HDU - 1075(字典树)
查看>>
Phone List HDU - 1671(字典树)
查看>>
I Hate It HDU - 1754(线段树找区间最大值)
查看>>
牛客假日团队赛11 H 过河卒(路径条数dp)
查看>>
P3374 树状数组 1(单点修改求和)
查看>>
敌兵布阵 HDU - 1166 (线段树单点修改)
查看>>
WIN10安装.net报0x800F081F解决方法
查看>>
Win10删除或是不显示快速访问中最近使用文件记录
查看>>
Dell T30解决报Alert! Cover was previously removed.
查看>>
win10开机后将存在多个系统选择,改为直接进入系统无需选择
查看>>
word生成目录的pdf
查看>>
VMware网络配置三种网络模式(桥接、NAT、Host-only)
查看>>
SVN 执行cleanup报错:Cleanup failed to process the following paths
查看>>
linux-centos7.6设置固定IP网络方法
查看>>
Visual Studio 2013进行python开发(一)---开发环境配置
查看>>
Visual Studio 2013进行Python开发(二)---python连接sql server数据库
查看>>
Visual Studio 2013进行Python开发(三)--多表联合查询
查看>>
微信小程序后台服务的发布
查看>>