Page 1 of 1

Phpmyadmin not accesible after running securtiy tool

PostPosted: 30. April 2007 09:07
by anshul
Hi,
I have problem in running phpmyadmin after running security tool.
i set the password for lamp using /opt/lampp/lampp secruty command for both mysql and xamp
and in phpmyadmin config.inc.php file i made chnages to config to http for propmting the username.
but when now when i try to run phpmyadmin.
it is asking 2 time password
one for accessing xampp and another for the phpmyadmin...
but it says acccess denied after eniteing bothe the password
can u tell me wat is the default username for the xampp

i m using lampp as xampp user and root as phpmyadmin user
but not able to login
pls
help
regards
Anshul

PostPosted: 30. April 2007 11:43
by Wiedmann
but when now when i try to run phpmyadmin.
it is asking 2 time password

You try to run phpMyAdmin
a) with the URI "http://localhost/phpmyadmin/" in your browser, or
b) with the link in the demopages)?

--> a) If there is a file ".htaccess" in the phpMyAdmin directory, delete it.
--> b) Don't use the link.

can u tell me wat is the default username for the xampp

http://www.apachefriends.org/en/xampp-linux.html#381

the default xampp username

PostPosted: 30. May 2007 14:09
by leeric24
i ran into the same problem and figured the answer from trial and error. the default username is 'lampp' for some of the apps, and 'root' for others

Re: Phpmyadmin not accesible after running securtiy tool

PostPosted: 30. May 2007 20:52
by Dave_L
anshul wrote:... and in phpmyadmin config.inc.php file i made changes to config to http for prompting the username.


I prefer to use 'cookie', rather than 'http', for 'auth_type'. Then you won't have the confusion of multiple layers of .htaccess files.