Mysql SLECT INTO OUTFILE : Can't create/write to file - QuânSysAd's Blog

14 tháng 3 2018

Mysql SLECT INTO OUTFILE : Can't create/write to file



ERROR 1 (HY000): Can't create/write to file '/download/file.txt' (Errcode: 13)

Đầu tiên phải dùng lệnh :
show grants;
để xem

Sau đó là : tìm dòng

Grants for root@localhost

Tiếp tục dùng lệnh:

GRANT FILE ON *.* TO 'root'@'localhost';


Sau đó restart lại mysql service:
systemctl restart mysqld;

Không có nhận xét nào: