CentOS - Completely Remove Mysql in CentOS

1. Remove MySql by enter this command:
[code]rpm -aq | grep mysql | xargs rpm -e --nodeps --allmatches[/code]


2. completely delete MySQL data:
[code]yum install mysql mysql-server[/code]

Comments