Page 1 of 1

How to remove xampp user 'lampp' at phpmyadmin?

PostPosted: 06. September 2011 10:09
by hanpedro
How to remove xampp user 'lampp' at phpmyadmin?

Whenever I enter into phpmyadmin, I should type "lampp' as xampp user.
Please let me know how to remove this.

Re: How to remove xampp user 'lampp' at phpmyadmin?

PostPosted: 06. September 2011 15:47
by JonB
Well - that's a complicated story -

Did you use the 'Security Page' in XAMPP??

SO that now you have effectively 'two logins' one where the login is for 'lammp' and then the actaul phpMyAdmin login???

:?:

Re: How to remove xampp user 'lampp' at phpmyadmin?

PostPosted: 07. September 2011 06:22
by hanpedro
I have 8 users and some databases.
I want to login phpmyadmin user's id, and somtimes root id.

Re: How to remove xampp user 'lampp' at phpmyadmin?

PostPosted: 08. September 2011 18:52
by JonB
you did NOT answer the FIRST question.
- did you use the XAMPP security tool/script???


The 'other' part of the answer is that you will need to learn to configure phpMyAdmin.

you will need to modify config.inc.php and change the auth_type to either cookie or http

http://www.onlinehowto.net/how-to-confi ... admin/1351
http://wiki.phpmyadmin.net/pma/Config

You will also need to create the users in MySQL and GRANT them the correct database and table privileges.

Good Luck
8)