PHPmyAdmin Error
Posted by: OldManRiver (---.tx.res.rr.com)
Date: June 11, 2009 03:48PM

All,

Keep geting the following 403 error:


Forbidden

You don't have permission to access /phpmyadmin/ on this server.

I've checked the config.inc.php file and have used both UID=root; PWD='' which is valid as can login from mysql console with this and UID=administrator; PWD=mypassword, which is alternate admin user I created and nothing changes.

Any suggestions?

OMR

Options: ReplyQuote
Re: PHPmyAdmin Error
Posted by: OldManRiver (---.tx.res.rr.com)
Date: June 11, 2009 03:55PM

All,

Never mind found the line

Deny from all

in this section of the alias file, which I comment out as follows:

<Directory "c:\wamp\phpmyadmin/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
# Deny from all
Allow from 127.0.0.1
</Directory>

and now back to working.

OMR

Options: ReplyQuote
Re: PHPmyAdmin Error
Posted by: toumimi (---.240.115-78.rev.gaoland.net)
Date: June 11, 2009 05:51PM

Hi,

You shouldn't do this, since your phpMyAdmin will be available for all the world !
You must secure your app before letting everybody connect to your database...

If solution is really in access rights, you may find another solution that remove "Deny for all"

Florian

WampServer Patch (Screenshots)
Topic EN : www.wampserver.com
Topic FR : www.wampserver.com

Options: ReplyQuote
Re: PHPmyAdmin Error
Posted by: yfastud (Moderator)
Date: June 11, 2009 06:09PM

follow this to setup which will show login when connecting to phpmyadmin
to setup password, follow this
[blog.jlbn.net]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.