[BlueOnyx:18661] Re: phpMyAdmin 404 on 5208R
Michael Stauber
mstauber at blueonyx.it
Sat Nov 14 11:57:08 -05 2015
Hi William,
> It appears phpMyAdmin is installed. A (partial) output from
> “locate phpMyAdmin” is pasted below.
>
> bash-4.1# locate phpMyAdmin
> /etc/phpMyAdmin
> /etc/httpd/conf.d/phpMyAdmin.conf
> /etc/httpd/conf.d/phpMyAdmin.conf.bak
> <snip>
And there is the problem. You do have a phpMyAdmin installed that's
different from the one that should be there.
This could either be something that was installed via a third party
repository or an really old phpMyAdmin PKG.
Please do this:
rpm -e phpMyAdmin --nodeps
yum reinstall base-phpmyadmin*
/sbin/service admserv restart
/sbin/service httpd restart
That will remove the third party phpMyAdmin. Then with the yum reinstall
command that will reinstall the base-phpmyadmin *and* the correct
phpMyAdmin that it depends upon.
That should fix it then.
And as Chris said: phpMyAdmin is *only* supposed to be used through the
BlueOnyx GUI.
There is a separate WebApplication available that allows you to
individually install phpMyAdmin into the webspace of a Vsite. In case
you need a separate phpMyAdmin to be accessible for users w/o GUI
access. But on a stock BlueOnyx phpMyAdmin is only running on the GUI
backend and not the public Apache webserver.
--
With best regards
Michael Stauber
More information about the Blueonyx
mailing list