CentOS - Completely Remove Mysql in CentOS April 19, 2012 Get link Facebook X Pinterest Email Other Apps 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
Comments
Post a Comment