1 message in com.mysql.lists.plusplusChanging Password
FromSent OnAttachments
Martin Thoma14 Mar 2002 23:27 
Subject:Changing Password
From:Martin Thoma (mar@radiok2r.de)
Date:03/14/2002 11:27:29 PM
List:com.mysql.lists.plusplus

Hello!

I have a database with a number of users. The user-rights are set by:

GRANT SELECT,UPDATE,INSERT ON database.* to 'user'@'ip-adr' IDENTIFIED BY 'password'.

How can every user change his own password (but of course not the passwords of other users)? What do I have to do?

Martin