码迷,mamicode.com
首页 > 数据库 > 详细

MySQL运行时候报告 Can't create/write to file xxx

时间:2020-01-12 21:59:45      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:运行时   配置文件   重启   解决方案   temp   mysql   解决方法   一段   win   

问题
MySQL运行时候报告 Can‘t create/write to file xxx

解决方案
这个问题通常发生在windows系统上,是由于mysql没有指定默认的temp临时目录造成的

解决方法:
修改mysql的配置文件my.cnf
找到[mysqld]一段:
加入如下一行:
tmpdir=C:/temp (注意,路径的/是unix风格的,不是windows的\风格)

然后确认C:\temp目录要有mysql的写入权限
重启MySQL,即可

MySQL运行时候报告 Can't create/write to file xxx

标签:运行时   配置文件   重启   解决方案   temp   mysql   解决方法   一段   win   

原文地址:https://www.cnblogs.com/sfqas/p/12181828.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!