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;