phpMyAdmin3.1.3.1 errors

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
evilren
Forum Newbie
Posts: 2
Joined: Thu Apr 09, 2009 5:53 pm

phpMyAdmin3.1.3.1 errors

Post by evilren »

Hello,
After I have installed phpMyAdmin on my APACHE/PHP Windows XP Server

I am receiving this 3th following messages

-------------------------------------------------------------------------------------------
1. #1045 - Access denied for user 'root'@'localhost' (using password: YES)
-------------------------------------------------------------------------------------------
2. phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
-------------------------------------------------------------------------------------------
3. Cannot load mysql extension. Please check your PHP configuration. - Documentation
-------------------------------------------------------------------------------------------

1. Password is sure fine, I dont know why its saying this error

Yet with that I got a button of "Open new phpMyAdmin window" and seems the phpMyAdmin works fine, why do I see those errors? are they causing me any issues? how can I resolve them? This I get only at Internet explorer,
At FireFox I dont see this errors...
Please advise...
tech603
Forum Commoner
Posts: 84
Joined: Thu Mar 19, 2009 12:27 am

Re: phpMyAdmin3.1.3.1 errors

Post by tech603 »

You may wish to ask those questions at phpMyAdmin forums and website.

http://sourceforge.net/forum/forum.php?forum_id=72909

http://wiki.phpmyadmin.net/pma/Welcome_ ... Admin_Wiki

The two above links will be able to provide you with more information.
evilren
Forum Newbie
Posts: 2
Joined: Thu Apr 09, 2009 5:53 pm

Re: phpMyAdmin3.1.3.1 errors

Post by evilren »

tech603 wrote:You may wish to ask those questions at phpMyAdmin forums and website.

http://sourceforge.net/forum/forum.php?forum_id=72909

http://wiki.phpmyadmin.net/pma/Welcome_ ... Admin_Wiki

The two above links will be able to provide you with more information.
Cheers mate,
I have already made success to configure it by myself(dont know how really \: ) but no erros now
Post Reply