> Very intresting.. i just installed mysql on my freebsd box, and tried to run
> the server file... then i get this message
> "ERROR 2002: Can't connect to local MySQL server through socket
> '/tmp/mysql.sock' (2)"
Are you sure you are running the server and not the client? What is the
name of the program you are running? This sounds like the message the
client would give if the server were not running.
I believe the name of the server is mysqld (not mysql) but I think
you usually run it through some kind of wrapper.
Did you install from a port or package?
Did it not install a startup script in /usr/local/etc/rc.d ?
If it did, either run that, or check it for how to start the server.