Problems with default SQL installation
I installed CentOS (a Red Hat Enterprise 3 clone) and I used the default mySQL installation with everything for it installed. I try to connect to it through phpmyadmin and I get the error
#2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I was reading a walkthrough online and it told me to start the daemon with
/etc/rc.d/init.d/mysqld start
but it didn't I did a search and found mysqld and mysqladmin are not on the system. Is there something I'm missing? I would assume a default install wouldn't be missing any parts