[WBEL-users] phpmyadmin

Andy Rabagliati andyr@wizzy.com
Tue, 6 Jul 2004 09:28:20 +0200


On Mon, 05 Jul 2004, Johnny Hughes wrote:

> On Mon, 2004-07-05 at 10:13, Andy Rabagliati wrote:
> 
> >   Has anyone got a phpMyAdmin package that works on whitebox ?
> 
> Andy,
> 
> Give the version I just built (phpMyAdmin-2.5.7-pl1.1.EL.noarch.rpm) a try.

> http://www.hughesjr.com/component/option,com_docman/Itemid,34/task,view_category/catid,15/order,dmdate_published/ascdesc,DESC/

I have not used phpMyAdmin before - so I thought I would use the RPMs.

Nicely packaged - thank you - seems to work, at least not to drop
segfault messages in the webserver logs.

My problem I believe is that I was using the Fedora package, and when
building my own I was using their SPEC file.

All of these were missing the /etc/phpMyAdmin/config.inc.php - which
I grabbed from a nearby debian box. It turned out to be significantly
different from Johnny Hughes's.

I added this to my httpd.conf :-

############################################
Alias /phpmyadmin/ /usr/share/phpMyAdmin/

<Directory "/usr/share/phpMyAdmin/">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
############################################

I will tighten up on access later.

Thanks for the assistance.

Cheers,   Andy!