Trying to run mysql I get:
ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
So instead of trying to fix that, I tried installing the latest version of mysql. Which gets me:
rpm -i MySQL-3.23.53a-1.i386.rpm
error: failed dependencies:
MySQL conflicts with mysql-3.23.41-1
MySQL-server conflicts with mysql-server-3.23.41-1
How can I remove that older version if I don't have the original rpms that were used to install them?(--force and --replacepkgs don't fix the conflict either)