-- In case the UPDATE command returns "Column 'Password' is not updatable" run ALTER USER 'root'@'localhost' IDENTIFIED BY 'newPassword'; flush privileges;