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? Link to comment https://forums.phpfreaks.com/topic/4793-connecting-to-mysql5-with-phpmyadmin/ 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. Link to comment https://forums.phpfreaks.com/topic/4793-connecting-to-mysql5-with-phpmyadmin/#findComment-16858 Share on other sites More sharing options...
greeneel Posted March 13, 2006 Author Share Posted March 13, 2006 thx mate.... Link to comment https://forums.phpfreaks.com/topic/4793-connecting-to-mysql5-with-phpmyadmin/#findComment-17064 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.