MySQL Forums
Forum List  »  PHP

Re: SQL database password change
Posted by: Rick James
Date: January 06, 2013 07:46PM

UPDATE mysql.user SET PASSWORD = 'previous-pwd' WHERE user = 'the-user';

Options: ReplyQuote


Subject
Written By
Posted
January 03, 2013 03:46AM
Re: SQL database password change
January 06, 2013 07:46PM


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.