This is a discussion on PHPMYADMIN PASSWORD LOST within the Apache Web Server forums, part of the Web Server and Related Forums category; When I try to sign on to PHPMYADMIN, the saved password that is displayed as dots does not work anymore. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 26 Feb, 18:12, "PHPBABY3" <shymath...@gmail.com> wrote:
> When I try to sign on to PHPMYADMIN, the saved password that is > displayed as dots does not work anymore. How do I get past this? > > P - look for config.inc.php and inside set the password to something you will remember, or if phpmyadmin is protected by basic authentication and you have a static IP (that isnt shared by others) then you can add an Order Allow,Deny Allow from xxx.xxx.xxx.xxx Satisfy Any into the htaccess for that phpmyadmin directory, or add this into the httpd-per-dir.conf <Directory /path/to/phpmyadmin/> Order Allow,Deny Allow from xxx.xxx.xxx.xxx Satisfy Any </Directory> |
| Thread Tools | |
| Display Modes | |
|
|