Mysqldump can't create/write to file #646
Unanswered
dylanelliott27
asked this question in
Q&A
Replies: 1 comment
-
Seems like your user is not able to write into the Keep in mind when you invoke a command, the command itself hasn't permissions: invoking user's permissions apply instead (probably 99% truth). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am on MacOS using Mamp as my local environment.
When trying to push my database to staging, I get the error: mysqldump: Can't create/write to file 'path-here' (Errcode: 13 - Permission denied)
I assume this might be because I am using the MySQL from within Mamp, and it doesn't have permission to write to a file outside of Mamp?
Has anyone came across this before or know how to give it permission to write the dump file?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions