34,333
edits
Changes
→Changing the Password for a MySQL User
== Changing the Password for a MySQL User ==
The password assigned to a user account can be changed using the SET PASSWORD statement. TO To change the password for your own account, use the following syntax:
SET PASSWORD = Password('newpassword');