How can I completely remove phpMyAdmin from my server?

Hello everyone,

I currently manage my MariaDB databases exclusively through a desktop client and no longer require the phpMyAdmin web interface. Could you please advise on the recommended steps to completely uninstall phpMyAdmin from my server—including removal of all related packages, configuration files and web directories?

Thank you in advance for your help!

Best regards

It is recommended that you do not remove phpmyadmin, if you do not need to enable the phpmyadmin web interface please use the

chmod 640 /etc/phpmyadmin/config.inc.php  

as a complete removal will result in a hestia system error and will not work!

1 Like