First verify if mysql is installed with the below command
rpm -qa | grep mysql
If it is missing then install/upgrade using yum as below
yum install mysql*
Continue Reading
First verify if mysql is installed with the below command
rpm -qa | grep mysql
If it is missing then install/upgrade using yum as below
yum install mysql*