Log in or register to post comments SET PASSWORD statement is used to change the password of a MySQL user. Syntax SET PASSWORD FOR ‘username'@'hostname' = PASSWORD(‘password'); Related Content MySQL Tutorial Tags MySQL Interview Questions