tags:

views:

21

answers:

1

I posted this question on serverfault but have not received an answer. Maybe someone here can answer this:

I just switched hosts and now have the task of reinstalling everything. I'm on CentOS now and I need to install mysql but have no idea which package to install. I can't seem to find any info on the differences either. Would anyone know? Yum is not an option as it wants to install 5.0.77 and this is too old. The machine is 64 bit.

A: 

5.0 is not supported anymore (unless you have a contract). 5.1 is the only GA-version with support, the only option you have for a free MySQL-database with support.

Frank Heikens