greeneel Posted March 13, 2006 Share Posted March 13, 2006 Helo,I am setup phpmyadmin 2.8.0.1 to run with already setup Apache 2.0.47 , php 4,3,3 and mysql 5.0.18nt on a XP professional Box.. I followed the instructions in the manual and set everythig up including creating the config.inc.php file to include the username and password for the Mysql Server. After all this I brough up [a href=\"http://localhost/phpMyAdmin\" target=\"_blank\"]http://localhost/phpMyAdmin[/a] in my browser and it gave me the following error:#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL clientI am abit lost as to what client this is refering too, I think I have the last stable version on phpMyAdminany ideas? Quote Link to comment Share on other sites More sharing options...
wickning1 Posted March 13, 2006 Share Posted March 13, 2006 If you have any access to your database, run this:[code]SET PASSWORD FOR root@localhost = OLD_PASSWORD('yourpw')[/code]If you're not running phpMyAdmin as root, you can change it to whatever you're using. Quote Link to comment Share on other sites More sharing options...
greeneel Posted March 13, 2006 Author Share Posted March 13, 2006 thx mate.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.