MySQL Forums
Forum List  »  Quality Assurance

how to restrict "set password=" command?
Posted by: Lee Wonseok
Date: April 19, 2008 09:21AM

hello!
Any user can change own password.

for example,
# mysql -u user1 -p user1db
mysql> set password = password('newpass');

but, i want restrict this, password's changing by any user
only, except root user.



Edited 1 time(s). Last edit at 04/19/2008 06:58PM by Lee Wonseok.

Options: ReplyQuote


Subject
Views
Written By
Posted
how to restrict "set password=" command?
3034
April 19, 2008 09:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.