I am getting this message when I use yum install mysql-python to install MySQLdb.
yum install mysql-python
Loaded plugins: fastestmirror Loading mirror speeds from cache
You might want to add the EPEL Repo:
/bin/rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm creates=/etc/yum.repos.d/epel.repo
then enable it in /etc/yum.repos.d/epel.repo: set enabled=1
/etc/yum.repos.d/epel.repo
enabled=1
try yum install gcc-c++ MySQL-python afterwards.
yum install gcc-c++ MySQL-python