You are on page 1of 1

UPDATE mysql.

user SET Password=PASSWORD('MyNewPass') WHERE User='root';


FLUSH PRIVILEGES;

You might also like