Tuesday, January 5, 2016

Reset Password Root phpmyadmin


  1. D:\xampp\apache\conf\extra\httpd-xampp.conf
  2. Change AllowOverride AuthConfig TO AllowOverride all
    Alias /phpmyadmin "D:/xampp/xampp/phpMyAdmin/"
       
            AllowOverride AuthConfig
            #AllowOverride all
            Order allow,deny
            Allow from all
       
  3. 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