phpmyadmin problems

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
mhouldridge
Forum Contributor
Posts: 267
Joined: Wed Jan 26, 2005 5:13 am

phpmyadmin problems

Post by mhouldridge »

Hi,

I have installed mysql version 4, set the root user password and have installed installed the latest phpmyadmin version 2.7

I cannot get this to work. I have had this working with previous, later releases lots of times, without problems.

HEre is the error I get, I think it is probably related to my connection config file within phpmyadmin.


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.

Error
MySQL said:

#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Post by AKA Panama Jack »

I am not going to post the entire same thing I have posted to your 2-3 other messages asking the same thing because you are apparently not listening

Upgrade your Mysql Client to the same version as your Mysql Server. There said and done.
Post Reply