错误:无法创建测试文件

时间:2016-12-30 15:08:38

标签: mysql

我正在尝试重置root的密码,但它一直给出此错误。

以下是我使用的声明

bin\mysqld.exe --defaults-file="my.ini" --init-file="D:\\mysql-init.txt"

这是mysql-init.txt:

use mysql;
update mysql.user SET Password=PASSWORD('password') WHERE user= 'root';
FLUSH PRIVILEGES;

它给出错误:

Can't create test file C:\....\data\Fatima.lower-test

1 个答案:

答案 0 :(得分:2)

问题是未授予写入特定文件夹的权限。 我通过以下方式授予了许可:

right click folder
go to properties
go to security tab
grant permissions