Page 1 of 1

How can i set my password for xampp control

PostPosted: 15. September 2015 19:56
by btisson
I want to make a password for my phpmyadmin how can i do that ? And how can i see what my password is for phpmyadmin ?

Re: How can i set my password for xampp control

PostPosted: 15. September 2015 20:21
by Altrea
Generally there is no need for setting a password for phpmyadmin because the new security concept only grants access to phpmyadmin from localhost.

Re: How can i set my password for xampp control

PostPosted: 15. September 2015 20:31
by btisson
Altrea wrote:Generally there is no need for setting a password for phpmyadmin because the new security concept only grants access to phpmyadmin from localhost.



So do i have a password ?

Re: How can i set my password for xampp control

PostPosted: 15. September 2015 21:35
by Altrea
btisson wrote:So do i have a password ?

No, Apache analyses the request especially where it comes from and if the request is not sent from localhost it will be rejected.

Or do you mean the database password phpmyadmin uses to authenticate against MySQL? This is independend from phpmyadmin. phpmyadmin is just a GUI to administrate MySQL. By default there is a MySQL Administrator user named root with no password.

Re: How can i set my password for xampp control

PostPosted: 15. September 2015 22:43
by btisson
Altrea wrote:
btisson wrote:So do i have a password ?

No, Apache analyses the request especially where it comes from and if the request is not sent from localhost it will be rejected.

Or do you mean the database password phpmyadmin uses to authenticate against MySQL? This is independend from phpmyadmin. phpmyadmin is just a GUI to administrate MySQL. By default there is a MySQL Administrator user named root with no password.



im talking abut the password that i have to put here


$db_host = "localhost";
$db_username = "root";
$db_pass = "";
$db_name = "interpage";

This is in my php file

Re: How can i set my password for xampp control

PostPosted: 15. September 2015 23:42
by Altrea
Yeah, this is independent of phpmyadmin.
As already said the user root has no password/empty password by default

Re: How can i set my password for xampp control

PostPosted: 23. September 2015 14:37
by vkumanan
I am not able to open xampp admin page to fix the security in ver 5.6.12 when I give localhost/xampp in my browser

Re: How can i set my password for xampp control

PostPosted: 23. September 2015 18:19
by Nobbie
Yes. /xampp is not any more part Xampp. There is no more "admin" page, simply run your own sctipts and files.

if you are not satified, uninstall Xampp and use a different tool. And tell bitnami about it.