Recently I installed Xampp for my server needs of http, php, mysql, etc. and everything worked just fine. I was able to call the "mysql" command, connect and login to the SQL server and everything worked fine.
Now, I recently used yum-entender and updated everything that was in the list. I'm using FC5. After updating, it seems that MySQL doesn't work anymore. I get this error:
Code:
[root@localhost bin]# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib /mysql/mysql.sock' (2)
It used to work just fine though. Is there anyway I can remove FC5's MySQL, HTTPd, and other server software? All I want to use is Xampp without issues.