phpmyadmin and folder privs

Joined
Sep 13, 2008
Messages
10
Reaction score
0
Points
1
Hi all

I'm running XAMPP 1.7.3 on a MAc OS 10.5.8
every single time I try to access localhost/phomyadmin it throws this error:


MySQL said: Documentation
Code:
#1 - Can't create/write to file '/var/folders/CB/CB87qpBnHLurE0hRmU83WE+++TI/-Tmp-/#sqld8_1_2.MYI' (Errcode: 13)


I must then go into Terminal and copy the full path and change the permissions.
so I do :

Code:
sudo chmod 777 /var/folders/CB/CB87qpBnHLurE0hRmU83WE+++TI/-Tmp-/
after I do that I restart mysql server and everything works great.

is there a way to set permanently?? kind of pain to have to do it every time I reboot my machine


thanks

Pabs
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top