phpmyadmin - php myadmin - Adding a password for authentication -
by default no password required accessing php myadmin, wanted add together password login.
after reading few posts ,i made next changes config.inc.php file :
1) changed
$cfg['servers'][$i]['auth_type'] = 'config'; $cfg['servers'][$i]['auth_type'] = 'http';
2) inserted password in line $cfg['servers'][$i]['password'] = '';
3) $cfg['servers'][$i]['allownopassword'] = true;
after making these changes, login form, when login username 'root' , saved password , login doesn't work.
please suggest solution. thanking in anticipation.
you don't have mannually. log in without password, go users, take root , alter password there! ui way)
phpmyadmin
No comments:
Post a Comment