문제

I am using a project in MAMP Pro in an upgraded installation; I developed it in an old version, now I'm using it in the current version.

Two years ago, I had shared the db to dropbox, that's worked perfectly with my db path pointing to the same direction; /Library/Application Support/appsolute/MAMP PRO/db

The db is in the mamp folder & the folder is in my dropbox.

But when I make changes and I start sql server with mamp pro, I get an error saying; "my.cnf couldn't be written" and the server doesn't start.

If I undo my changes and put the db in "/Library/Application Support/appsolute/MAMP PRO/db" and I restart the app, the server runs properly.

I tried solution I came across on the web changing the properties using CHMOD on dropbox, restarting the computer, uninstall mamp pro and reinstall, etc...

Someone have solution ? Special chmod user on dropbox ? I have nothing in log of MAMP PRO.

도움이 되었습니까?

해결책

I found my problem... I'm using alias and not symbolic link... Now all is fine...

So if someone make the same thing, don't use "alias" option from Mavericks but make real symbolic link.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top