Uninstalling MySql.. What to uninstall?

rpm -qa | grep -i mysql

I have the following packages installed.
Which ones would I delete so I can re-install MySql using cpanels /scripts/mysqlup?


rpm -e MySQL-python-1.0.0-1.RHEL4.1
rpm -e MySQL-embedded-4.0.25-0
rpm -e MySQL-shared-4.0.25-0
rpm -e mod_auth_mysql-2.6.1-2.2
rpm -e MySQL-devel-4.0.25-0
rpm -e MySQL-client-4.0.25-0
rpm -e MySQL-server-4.0.25-0
rpm -e mysqlclient10-3.23.58-4.RHEL4.1
rpm -e libdbi-dbd-mysql-0.6.5-10.RHEL4.1
rpm -e php-mysql-4.3.9-3.9
rpm -e perl-DBD-MySQL-2.9004-3.1
rpm -e MySQL-shared-compat-4.0.25-0
rpm -e MySQL-bench-4.0.25-0

Thanks for your help

 

 

 

 

Top