Changing the password of a user in MySQL21 November, 201221 November, 2012News and Trivia, Other PanelsSteps to restore a user password in mysql included for root:mysql -u rootupdate user set password=PASSWORD("qwertyqwerty") where user="jordi";flush privileges;SOURCE:http://systemadmin.es/2011/10/cambiar-contrasena-usuario-mysql