mysql 삭제

$ rpm -qa | grep MySQL
If you want to install mysql-server from the repository (base, epel, …), you must uninstall the MySQL-server first by executing:

# yum remove MySQL-*
and then:

# yum install mysql mysql-server mysql-devel