PDA

View Full Version : UnInstall phpMyAdmin


mbrad
8th November 2008, 08:52 PM
Thanks for taking the time to read my question.

I'd like to uninstall phpMyAdmin, and then reinstall it.

I installed it, then changed my httpd.conf file and my directory, and now I can't open phpMyAdmin. I'm guessing if I uninstalled it, and reinstalled it, it would work.

I just can't find any help on how to uninstall it.

Thanks,

Brad

bee
8th November 2008, 08:54 PM
Have you installed phpMyAdmin with YUM or by yourself?

bye!!! :)

mbrad
8th November 2008, 09:25 PM

YUM

I got smart and did help YUM in the terminal window.

I found yum erase

so I did yum erase phpMyAdmin.

Now I've reinstalled it and still get the same error!

I've checked the settings on my old server and they're the same as the new one. I don't know what's going on.

Brad

bee
8th November 2008, 09:31 PM
try:
yum reinstall phpMyAdmin
and restore the original httpd.conf file of apache.
Ah, the configuration file of phpMyAdmin is /etc/httpd/conf.d/phpMyAdmin.conf :p

bye!!!! :)