CentOS 4 upgrade from MySQL 4 to MySQL 5

I've found that CentOS 4 is coming with MySQL 4.1 are not supporting their MySQL 5 in their repository...

Anyway you can go into upgrading from MySQL 4 to MySQL 5 by :-
># yum --enablerepo=centosplus update mysql

or you could make Fresh MySQL 5 Installation under CentOS 4 (Recommended) by :-
># yum -y remove mysql*
># yum
--enablerepo=centosplus install mysql

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

ELS - Easy Linux Security script

ELS stands for Easy Linux Security. ELS was created by the Server Monkeys Founder, Richard Gannon...

CSF (Config Server Firewall) Installation

Installation============Installation is quite straightforward:rm -fv csf.tgzwget...