You can re-install MySQL on cPanel server by following the technique described below, Firstly you need to know the SQL rpms that were set up on your server. For that run the following command. rpm -qa | grep -i mysql Then remove the required MySQL rpms on the server using yum command. You can do […]
