Hi, everybody.
I just use MySQL 4.1.0-alpha last Friday. At the beginning, I install it on a windows 2000 server, but I use phpMyAdmin to control it from a linux server. Before I change the empty password of the root, the mysql server can access from the remote. After I chage the root's password, it become access denied. the following is the error message:
#1249 - Client does not support authentication protocol requested by
server. Consider upgrading MySQL client
In fact, it also happen on my client pc which is running a delphi program with ODBC access.
The message tell me that I should upgrate my MySQL client. But... what is the MySQL client? The version of my ODBC driver is 3.51. I don't find any other version besides 2.5.0 on
http://www.mysql.com.
What is the authentication protocol ?
What happen to me?? :s Somebody help me...