View previous topic :: View next topic |
Author |
Message |
benone -
Joined: 07 Mar 2005 Posts: 9
|
Posted: Tue Mar 08, 2005 12:35 am Post subject: Access denied to phpMyAdmin.. |
|
|
I browsed through a few tutorials and got PHP 5.0 and MySQL 4.1 running.. I had a problem in the beginning with installing myPHPadmin but I did it. I followed a tutorial on this forum to do everything and change up the few php files. First I had a problem with the extentions, but I got through with that but now when I got to see it the page says...
"phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server."
and in the red error box it said...
"#1045 - Access denied for user 'root'@'localhost' (using password: NO)"
Help needed. |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Tue Mar 08, 2005 12:46 am Post subject: |
|
|
Make sure you edited the config correctly. It looks like its using defult connection method (result of not supplying a user and pass for sql). _________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
benone -
Joined: 07 Mar 2005 Posts: 9
|
Posted: Tue Mar 08, 2005 12:58 am Post subject: ..... |
|
|
can you elaborate a bit more because I don't have much experience doing it so if you have a solution in mind then I'll appreciate it because I don't know exactly what I should alter, etc.. |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Tue Mar 08, 2005 3:12 am Post subject: |
|
|
Installing phpMyAdmin Tutorial - This will probably help :D _________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
Intense -
Joined: 08 Sep 2004 Posts: 5
|
Posted: Tue Mar 08, 2005 4:20 am Post subject: |
|
|
Did you password protect your MySQL database? |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Tue Mar 08, 2005 4:34 am Post subject: |
|
|
phpMyAdmin only requires a username with the proper permissions, not a for a specific database persay. _________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
|