SELECT INTO OUTFILE can't write to file

前端 未结 4 682
再見小時候
再見小時候 2021-01-04 13:18

I\'m trying to do a SELECT INTO OUTFILE and I\'m getting the following error:

General error: 1 Can\'t create/write to file \'/home/jason/project         


        
4条回答
  •  心在旅途
    2021-01-04 14:10

    the client will probably be mysqld. you must change apparmor authorizations and it will work fine. check out this answer

提交回复
热议问题