Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

update mysql.

user set password = old_password('newpwd')


where host = 'some_host' and user = 'some_user';
mysql> flush privileges

You might also like