Client does not support authentication protocol requested by server

Client does not support authentication protocol requested by server

am 17.06.2003 10:29:45 von Leon Schmetz

Hi there,

I have installed mysqld-nt Ver 4.1.0-alpha-max-nt for NT on i32
I have PHP and Perl installed.

When I try to connect to a database using a newly created user I get the
following message

Client does not support authentication protocol requested by server.
Consider upgrading MySQL client (Error 1249)

This message is returned by PHP (version 4.3.2), Perl with dbd-mysql
installed from the mysql site (version 2.1.027), the mysqlc program that
came with mysql.

The only program that permits me to access the database is mysql. I created
the database with mysqlcc. I created users using both mysqlcc and the grant
command.

To my knowledge all programs are of the most recent version. Does anyone
have suggestions?

Thanks Leon


--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

RE:Client does not support authentication protocol requested by server

am 29.07.2003 20:18:57 von Letitia Soulliard

The problem is in the MySQL version.

Version 4.1 uses a different password hash length than previous version
of MySQL

see details at

http://www.mysql.com/doc/en/Password_hashing.html

The only solution I found is to use the default log in. No user name
and no password. Or change to an earlier version of MySQL.



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

RE:Client does not support authentication protocol requested by server

am 29.07.2003 20:18:57 von Letitia Soulliard

The problem is in the MySQL version.

Version 4.1 uses a different password hash length than previous version
of MySQL

see details at

http://www.mysql.com/doc/en/Password_hashing.html

The only solution I found is to use the default log in. No user name
and no password. Or change to an earlier version of MySQL.



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org