How can I have MySQL write outfiles as a different user?

后端 未结 4 1515
Happy的楠姐
Happy的楠姐 2021-02-07 20:46

I\'m working with a MySQL query that writes into an outfile. I run this query once every day or two and so I want to be able to remove the outfile without having to resort to s

4条回答
  •  无人及你
    2021-02-07 21:29

    If you have another user run the query from cron, it will create the file as that user.

提交回复
热议问题