ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass');