Wednesday, January 19, 2011

Create password phpmyadmin

1. change the file config.inc.php (c:\xampp\phpmyadmin\

from
$cfg['Servers'][$i]['auth_type'] = 'config';
to
$cfg['Servers'][$i]['auth_type'] = 'cookie';

2. change password phpmyadmin from menu phpmyadmin
3. replace new password in config.php in c:\xampp\htdocs

No comments:

Post a Comment