Reset Password Root phpmyadmin
- D:\xampp\apache\conf\extra\httpd-xampp.conf
- Change AllowOverride AuthConfig TO AllowOverride all
Alias /phpmyadmin "D:/xampp/xampp/phpMyAdmin/"
AllowOverride AuthConfig
#AllowOverride all
Order allow,deny
Allow from all
- Change in D:\xampp\phpMyAdmin\config.inc.php cookie to config
// $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
No comments:
Post a Comment