mysql.sock doesn't get installed after mysql installation on snow leopard
        Posted  
        
            by Hristo 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hristo 
        
        
        
        Published on 2010-06-12T02:01:32Z
        Indexed on 
            2010/06/12
            2:12 UTC
        
        
        Read the original article
        Hit count: 607
        
This is a recent problem... MySQL was working and a couple of days ago I must have done something. I deleted MySQL and tried reinstalling using the .dmg file. The mysql.sock file never gets created and I get the following error messages:
Hristo$ mysql
Enter password: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)
I also tried stopping Apache and installing but Apache gave me an error... I don't know if this is good or bad:
Hristo$ sudo apachectl stop
launchctl: Error unloading: org.apache.httpd
I tried the MacPorts installation as well but the socket file still didn't get created. I don't really know what to do and I don't want to reinstall Snow Leopard and start from scratch :/
Any ideas?
Thanks, Hristo
© Stack Overflow or respective owner