Page 2 of 2

Re: Access denied to for user root

PostPosted: 16. June 2010 08:09
by pishisaurus
I had the same problem as used instructions to change config.inc.php and it worked for me
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'your new pass';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
Thanks a lot. :mrgreen:

Re: Access denied to for user root

PostPosted: 16. June 2010 09:44
by Radzio
This way anyone can access your databases freely..
NEVER use config auth.