Cory Hubert wrote:
>
> One last problem. I thought this was connected to my Found 170 error message
> in the make install, but I guess not.
>
> I checked to see if the mysqld is running and it is. But when I try to run
> mysql I get:
>
> ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock'
> (111)
>
> When I go to the /tmp/ directory mysql.sock isn't there. Any Ideas?
>
Your mysqld is not compiled with Unix socket support, or is told not to
use them. To connect to your current server, force tcp/ip:
mysql -h `hostname`
--
Sasha Pachev
http://www.sashanet.com/ (home)
http://www.direct1.com/ (work)