Saturday 22 July 2017

How to config Login page in phpMyAdmin


Step 1:

Create new user in phpmyadmin or use the already created user

Step 2:

Go to phpmyadmin folder in xampp or wamp

Step 3:

Open the config.inc.php and check the authentication type information

Step 4:

Change the authentication type value 'config' to 'cookie'

$cfg['Servers'][$i]['auth_type']  = 'config';

to

$cfg['Servers'][$i]['auth_type']  = 'cookie';

Step 5:

Just refresh the phpMyAdmin page and now showing the login page



Friday 21 July 2017

Flush DNS


Most operating systems and DNS clients will automatically cache IP addresses and other DNS results, this is done in order to speed up subsequent requests to the same hostname.

Step 1:

Press the start key and simply type the cmd

Step 2:

Right click on Command Prompt and click Run as administrator

Step 3:

Type the following command

c:\>ipconfig /flushdns




Step 4:

Type the exit command. Now check and refresh the webpage.