MySQL root password change November 11, 2022 by Tarik SET PASSWORD FOR 'root'@'localhost' = PASSWORD('mypass'); FLUSH PRIVILEGES;