phpMyAdmin [‘auth_type’]= ‘config’;

Open config.inc.php file and add this code after /* Authentication type */

$cfg['Servers'][$i]['user'] = 'USERNAME';
$cfg['Servers'][$i]['password'] = 'PASSWORD'; //Enter your MySql Password
$cfg['Servers'][$i]['auth_type'] = 'config';

and remove this line

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

it’s done.

Leave a Reply

Your email address will not be published. Required fields are marked *