Re: Mac Installation

2004-04-12 Thread Michael Stassen
Santino wrote: check the permission of /tmp folder. I think mysql user can not access that dir: I agree. At least a couple of Mac OS X updates improperly restrict permissions on /tmp. chmod 777 /tmp Don't do that. It's not safe. You need the sticky bit set so one user can't clobber another

Re: Mac Installation

2004-04-12 Thread Santino
check the permission of /tmp folder. I think mysql user can not access that dir: chmod 777 /tmp Santino At 22:00 + 11-04-2004, Mustafa Hakim wrote: I am trying to install MySql on MAC OS X. After the pkg is installed I am not able to start the MySql server due to the Socket error. ERROR 2002

Re: Mac Installation

2004-04-11 Thread Scott Haneda
on 04/11/2004 03:00 PM, Mustafa Hakim at [EMAIL PROTECTED] wrote: > I am trying to install MySql on MAC OS X. After the pkg is installed I am > not able to start the MySql server due to the Socket error. > > ERROR 2002: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' (2) >