Re: Unable to get phpMyAdmin working

2005-02-08 Thread Matthew Seaman
On Mon, Feb 07, 2005 at 09:39:36AM -0700, Pat Maddox wrote: I managed to get it working by chowning the entire phpMyAdmin dir to www:www. Not sure if that's the best thing, but it works. Well, if it works for you. By default the port installs config.inc.php owned by root:www mode 640, so if

Unable to get phpMyAdmin working

2005-02-07 Thread Pat Maddox
I just installed phpMyAdmin from ports, and it didn't look like I needed to make any changes to the config file. Initially I set the authorization type as http, but when it wasn't working, I specified the root username and password and tried config instead. I get this error: phpMyAdmin was

Re: Unable to get phpMyAdmin working

2005-02-07 Thread Ken Hawkins
do you have a php.ini file? what version of apache are you running? did you set up the Ailas in httpd.conf as well as define its access? Alias /phpmyadmin/ /usr/local/www/phpMyAdmin/ Directory /path to phpmyAdmin/phpMyAdmin Options Indexes MultiViews AllowOverride None

Re: Unable to get phpMyAdmin working

2005-02-07 Thread Pat Maddox
I managed to get it working by chowning the entire phpMyAdmin dir to www:www. Not sure if that's the best thing, but it works. On Mon, 7 Feb 2005 11:22:41 -0500, Ken Hawkins [EMAIL PROTECTED] wrote: do you have a php.ini file? what version of apache are you running? did you set up the Ailas