Help. Having trouble logging into phpmyadmin. - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Database Programming (https://www.supportforums.net/forumdisplay.php?fid=28) +---- Thread: Help. Having trouble logging into phpmyadmin. (/showthread.php?tid=3894) |
Help. Having trouble logging into phpmyadmin. - nevets04 - 12-23-2009 I have phpmyadmin installed and when I installed it, It asked me to make a username and password. When I try to log in it says: #1045 - Access denied for user 'nevets04'@'localhost' (using password: YES) Language Connection for controluser as defined in your configuration failed. RE: Help. Having trouble logging into phpmyadmin. - Gaijin - 12-23-2009 Did you tried Username:root and No Password Or with your name without the password. RE: Help. Having trouble logging into phpmyadmin. - DAMINKā¢ - 12-23-2009 Yep user without password i think is default. If not your username and password for login. Cant remember though. If its local why not just install webmin anyway. Much better tool. RE: Help. Having trouble logging into phpmyadmin. - Gaijin - 12-23-2009 Ok I'm sorry but it's 07:30 am and I didn't sleep..... Back to topic, in your phpMyAdmin folder there is a config.inc.php file, which holds your password. When you open the file you can see the pass and change it! RE: Help. Having trouble logging into phpmyadmin. - nevets04 - 12-24-2009 (12-23-2009, 11:33 PM)Master of The Universe Wrote: Did you tried Username:root and No Password username: root password: mypassword Using root worked, thanks. |