Passwords in mysql 4.1.0.-alpha

Passwords in mysql 4.1.0.-alpha

am 08.06.2003 06:58:28 von reno-s

I installed the version 4.1.0-alpha of mysql in
Windows XP. At the beginning and in general everything
works very well. But I have a problem of
incompatibility (I guess). When users are created with
passwords, those users cannot be connected. Mysql
says: "Client don't support the authentication
protocol required by server, consider upgrade client".
What happen ????
Thanx.


_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: Passwords in mysql 4.1.0.-alpha

am 08.06.2003 19:23:58 von Peter Zaitsev

On Sun, 2003-06-08 at 08:58, Renán Aliosha Rojas Siñani wrote:
> I installed the version 4.1.0-alpha of mysql in
> Windows XP. At the beginning and in general everything
> works very well. But I have a problem of
> incompatibility (I guess). When users are created with
> passwords, those users cannot be connected. Mysql
> says: "Client don't support the authentication
> protocol required by server, consider upgrade client".
> What happen ????


MySQL 4.1 uses new authentication protocol which is not supported by
elder client library, so you need to upgrade client libraries your
software uses in order to be able to login.

If you have software which has statically compiled client library, you
might have problems upgrading. In this case start MySQL Server with
--old-passwords option and set password for user you're trying to
connect with once again. This will result in elder authentication being
used.


--
Peter Zaitsev, Full-Time Developer
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org