How do I get phpMyAdmin to connect to a local mysql server?

Posted by bryan on Stack Overflow See other posts from Stack Overflow or by bryan
Published on 2009-02-17T01:56:02Z Indexed on 2010/05/14 4:54 UTC
Read the original article Hit count: 219

Filed under:
|

Hi everyone,

I have my config.inc.php file, and have set my host name to localhost. Unfortunately, I have no idea what my username/password should be. Is that something I need to configure on the MySql side? I tried creating an arbitrary username/password (admin/password), but when I try to log into phpMyAdmin with those credentials, I get an error: (#1045 - Access denied for user 'admin'@'localhost' (using password: YES))

Can anyone point me in the right direction? (Sorry for the dumb question; I just haven't had to install mysql before. I've always had a host name / username / password given to me.)

Thanks!

© Stack Overflow or respective owner

Related posts about phpmyadmin

Related posts about mysql