Hi Orta
This is on the bug list.
4.1 uses a new password challenge which is not yet supported by MySQL
CC. If you set the password against your account with:
update user set password=old_password('your password') where User='your
username';
flush privileges;
then you will be able to connect with mysql_cc.
On Tue, 2003-06-03 at 18:28, Orta Rafael wrote:
Hi Guys
I have mysql 4.1 on a Windows 2000 Professionals machine, it works fine, I
have
Winmysqladmin working perfect too and I wanted to install mysqlcc, it
installs perfect
but when I try to communicate with the database I get
[Rapid] ERROR 1249: Client does not support authentication protocol
requested by server. Consider upgrading MySQL client
Does anybody have any idea what could be happening here, please reply to
Rafa...@comverse.com
Thank you in advance