PHPMYADMIN PASSWORD LOST

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. ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-26-2007
PHPBABY3
 
Posts: n/a
Default PHPMYADMIN PASSWORD LOST

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 -

  #2 (permalink)  
Old 02-26-2007
shimmyshack
 
Posts: n/a
Default Re: PHPMYADMIN PASSWORD LOST

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:14 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0