Re: Old and new clients with MySQL 4.1.3

2004-09-30 Thread Yves Goergen
On 27.09.2004 07:08 (+0200), Donny Simonton wrote: Look for OLD_PASSWORD in the manual. Basically create a new user and then change the password with the OLD_PASSWORD function and then pre-4.1 clients can connect without any problems. We use it all of the time. Why is that not documented, again?

Old and new clients with MySQL 4.1.3

2004-09-26 Thread Ville Mattila
Hi there, We have a following situation. Our MySQL server is version 4.1.3 and therefore it doesn't accept "old clients" as a default. I would like to use (and I do) the new client authentication system in most of the clients connected to the server. Anyway, now there is a situation that I shou