You are on page 1of 1

USE mysql;

UPDATE mysql.user SET Password = PASSWORD('mypass') where User = 'admin';


FLUSH PRIVILEGES;

You might also like