Pages: Previous12
Current Page: 2 of 2
Re: 403 Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: karsho (59.97.56.---)
Date: January 23, 2014 10:49AM


Options: ReplyQuote
Re: 403 Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: karsho (59.97.56.---)
Date: January 23, 2014 10:50AM

Best Answer with Cause for this problem. Just see 'Forbidden You don't have permission to access /phpmyadmin/ on this server'

Options: ReplyQuote
Re: 403 Forbidden You don't have permission to access /phpmyadmin/ on this server.
Posted by: RiggsFolly (---.as13285.net)
Date: January 23, 2014 11:19AM

The previous 2 adverts are MOST DEFINITELY NOT THE BEST ANSWER

Beware, advise from the ill informed.



In fact that has the possibility to open up your phpMyAdmin, the gateway to your database, to allow anybody in the world to go in and view or delete your databases.

It is an answer from at best the lazy and badly informed OR at worst from those who might like you to open up your system to make hacking it more simple.

You should ALMOST NEVER 'Allow all' or 'Require all granted' access to your phpMyAdmin tool.
Only when you have a very good knowledge of MySQL should you ever consider giving access to phpMyAdmin to anything other than the PC running WAMPServer or your own local network. And definitely not untill you have created a new Super User account with a strong password and removed the default 'root' account.

So a better answer to the question would be :-

Its probably an IPV4 / IPV6 thing i.e. you are trying to access phpMyAdmin over a IPV6 connection ( and ip of ::1 in the apache access log ) so the solution is

edit the \wamp\alias\phpmyadmin.conf file and make these changes
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
    Allow from localhost

Or if you are using Apache 2.4.x replace all the above with

    Require local



Remember
You have installed a web server ( Apache ) which in fact has potentially opened up a new Attack Vector on your PC and/or Network.
Under no circumstances should you grant access to the whole internet to any tools or sites you have developed until you have researched the security implications of your actions.

WAMPServer is intended to be used as a development tool and not a LIVE server.
Anybody can install WAMPServer which means a large number of it users are total beginners and do not have the knowledge or experience to manage a LIVE web server.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.