php - Completely removing phpMyAdmin -
i installed virtualmin , phpmyadmin separately using apt-get command. phpmyadmin didn't work because of virtualmin's security settings (suexec). when visit mydomain.com/phpmyadmin, download whole php page instead of execute it. tried disabling suexec didn't work. want remove phpmyadmin. removed using apt-get remove command , deleted /etc/phpmyadmin folder. still, when visit mydomain.com/phpmyadmin, downloads page. means phpmyadmin wasn't deleted.
what problem?
please help.
try running these commands in order, they're redundant it's ok
sudo dpkg -p phpmyadmin sudo rm -f /etc/apache2/conf.d/phpmyadmin.conf sudo service apache2 restart
Comments
Post a Comment