HOW TO MAKE SECURE/PASSWORD PROTECTED XAMPP
STEP 1:-START XAMPP
as see below box
start APACHE and MYSQL
see in below box
Then GO TO Apache----->CONFIG----->CLICK ON config BUTTON
then you can see below box
as see below box
start APACHE and MYSQL
see in below box
Then GO TO Apache----->CONFIG----->CLICK ON config BUTTON
then you can see below box
GO TO phpMyAdmin(config.inc.php) button
then see below box
THEN FIND TEXT LIKE
$cfg ['Servers'] [$i] ['auth_type']='config';
$cfg ['Servers'] [$i] ['user']='root';
$cfg ['Servers'] [$i] ['password']=' ';
THEN CHANGE LIKE THIS SEEN IN BELOW BOX
ERASE THE config AND WRITE THERE cookie
$cfg ['Servers'] [$i] ['auth_type']='cookie';
WRITE PASSWORD WHERE IS BLANK
$cfg ['Servers'] [$i] ['password']=' 1234567';
GO TO------>phpMyAdmin CLICK ON THERE
YOU CAN SEE BELOW BOX
IF THE BOX IS DOES NOT DISPLAY THEN STOP apache AND mysql
AGAIN START apache AND mysql
GO TO----->phpMyAdmin
then DOESN'T TYPE PASSWORD AND /////BLANK THE PASSWORD FIELD
CLICK ON GO
THEN GO TO IN
CLICK ------------ USER ACCOUNT
THEN YOU CAN SEE BELOW BOX
THEN CLICK ON ---------Edit privileges
you can see below box
go to----CLICK ON ------CHANGE PASSWORD
THEN YOU CAN SEE
then see below box
THEN FIND TEXT LIKE
$cfg ['Servers'] [$i] ['auth_type']='config';
$cfg ['Servers'] [$i] ['user']='root';
$cfg ['Servers'] [$i] ['password']=' ';
THEN CHANGE LIKE THIS SEEN IN BELOW BOX
ERASE THE config AND WRITE THERE cookie
$cfg ['Servers'] [$i] ['auth_type']='cookie';
$cfg ['Servers'] [$i] ['password']=' 1234567';
GO TO------>phpMyAdmin CLICK ON THERE
YOU CAN SEE BELOW BOX
IF THE BOX IS DOES NOT DISPLAY THEN STOP apache AND mysql
AGAIN START apache AND mysql
GO TO----->phpMyAdmin
then DOESN'T TYPE PASSWORD AND /////BLANK THE PASSWORD FIELD
CLICK ON GO
THEN GO TO IN
CLICK ------------ USER ACCOUNT
THEN YOU CAN SEE BELOW BOX
THEN CLICK ON ---------Edit privileges
you can see below box
go to----CLICK ON ------CHANGE PASSWORD
THEN YOU CAN SEE
PASSWORD FIELD TYPE PASSWORD
WHICH IS TYPED IN ABOVE FIELD
$cfg ['Servers'] [$i] ['password']=' 1234567)';
I HAVE TYPED 1234567 HERE MUST NEED TO GIVE THIS PASSWORD
AND CLICK ON GO
WHICH IS CIRCLE BY RED
THEN AGAIN STOP AND START apache AND mysql
GO TO phpMyAdmin
then see that type of box
then need to must be type the password without this you can't login
so FINALLY YOUR XAMPP IS PROTECTED
WHICH IS TYPED IN ABOVE FIELD
$cfg ['Servers'] [$i] ['password']=' 1234567)';
I HAVE TYPED 1234567 HERE MUST NEED TO GIVE THIS PASSWORD
AND CLICK ON GO
WHICH IS CIRCLE BY RED
THEN AGAIN STOP AND START apache AND mysql
GO TO phpMyAdmin
then see that type of box
then need to must be type the password without this you can't login
so FINALLY YOUR XAMPP IS PROTECTED
No comments: