Current location: Hot Scripts Forums » Programming Languages » PHP » phpmyadmin : mysql error 1251


phpmyadmin : mysql error 1251

Reply
  #1 (permalink)  
Old 01-22-05, 06:25 PM
inSignifico inSignifico is offline
New Member
 
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
phpmyadmin : mysql error 1251

hi, I have :
Php 4.3.8
Mysql 4.1
IIS 4

I used to work fine, but recently, when I started Phpmyadmin, it gave me this error :

Quote:
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
This is a relatively new problem for me, so please help me how to fix it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 01-27-05, 11:59 PM
yasmin yasmin is offline
New Member
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
resolved problem on client does not support auth protocol

hi,
i have come across this problem and manage to solve it.
try this;
1. check first host, user and their password from mysql dbase.

>SELECT Host, User, Password FROM mysql.user WHERE LENGTH(Password) > 16;

2. then you have to reset the password to mysql4.1 style for user that needs to use the client program e.g root

>SET PASSWORD FOR
->'root'@'localhost' = OLD_PASSWORD('newpasswd');

hope this helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 05-22-08, 03:34 PM
suminda suminda is offline
New Member
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Simple solution

If you are using PHPMyAdmin, just go the the "Privileges" tab.
Edit the user containing username and host you want to use with. In the "Change Password" box below, you can choose whether using password or no. The solution is in there: Choose "MySQL 4.0 Compatible" and "Go".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP and MySQL ? rob2132 Hot Scripts Forum Questions, Suggestions and Feedback 4 08-29-08 03:22 AM
Setup of PHPmyadmin + PHP + Mysql jaishalg PHP 3 09-13-04 07:06 PM
Need help with Mysql, PHP, Phpmyadmin can pay some for the help BradK PHP 0 05-29-04 05:53 PM
phpFlashMyAdmin - a Flash version of phpMyAdmin for MySQL g8z General Advertisements 0 04-15-04 05:16 PM
phpMyAdmin 2.2.6 & MySQL 4.0.1 mdhall PHP 8 10-30-03 09:44 PM


All times are GMT -5. The time now is 07:02 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.