Deinstallation von phpMyAdmin
Wir werden phpMyAdmin deinstallieren. Achtung ! Alle Einstellungen gehen verloren.
apt-get --purge remove phpmyadmin-* -y
rm -r /etc/phpmyadmin
apt-get autoclean -y
apt-get autoremove -y
sudo a2disconf phpmyadmin
Das war es. phpMyAdmin sollte komplett deinstalliert sein.