尝试执行以下SQL命令:
> grant all privileges on YOUR_DATAbase.* to 'asdfsdf'@'localhost' identified by 'your_password';> flush privileges;
似乎您在连接数据库时遇到了问题,但未写入您提到的文件夹。
此外,请确保您已授予
FILEuser
'asdfsdf'@'localhost'。
> GRANT FILE ON *.* TO 'asdfsdf'@'localhost';

尝试执行以下SQL命令:
> grant all privileges on YOUR_DATAbase.* to 'asdfsdf'@'localhost' identified by 'your_password';> flush privileges;
似乎您在连接数据库时遇到了问题,但未写入您提到的文件夹。
此外,请确保您已授予
FILEuser
'asdfsdf'@'localhost'。
> GRANT FILE ON *.* TO 'asdfsdf'@'localhost';