Page 1 of 1

I can't login PHP my admin for error #1045

PostPosted: 31. July 2009 04:43
by sinosiho
Hi,

I can't login php my admin for Error#1045 - Access denied for user 'local'@'localhost' (using password: YES)

How can I fix this problem to login? Where can I look for my correct login username and password for
php my admin???

I used to login but now all the sudden I can't login.
I probably changed something when I set up.

Please help me figure out.

Shiho

Re: I can't login PHP my admin for error #1045

PostPosted: 31. July 2009 07:52
by aj123cd
in phpmyadmin floder -> Open config.inc.php with a text editor.

fine line
$cfg['Servers'][$i]['password'] = 'YOUR PASSWORD';

WRITE IT DOWN U PASSWORD OR USER.
LET ME KNOW ISIT HELPFUL

* User for advanced features */

$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'YOUR PASSWORD";

$cfg['Servers'][$i]['controluser'] = 'root';

$cfg['Servers'][$i]['controlpass'] = 'root';


/* Advanced phpMyAdmin features */

Re: I can't login PHP my admin for error #1045

PostPosted: 31. July 2009 09:30
by sinosiho
Hi AJ

Thanks , that was helpful!

Now I can log in without any problems.

Thanks alot!

Shiho