Why MAMP sets to 600 MySQL file permission?
Posted
by SergioP
on Stack Overflow
See other posts from Stack Overflow
or by SergioP
Published on 2010-03-22T02:05:57Z
Indexed on
2010/03/22
2:11 UTC
Read the original article
Hit count: 465
I usually put MAMP MySQL /db/db-site-name folder under SVN.
When MAMP starts, it gives the drw------- (600) permission to all the files and dir in that folder. I have a problem because one of these folder is .svn one, that have to be drwxr-xr-x (755), otherwise I can't access to SVN working copy with my client.
Can anyone help me to set MAMP properly?
© Stack Overflow or respective owner