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
No comments:
Post a Comment