SyntaxFix
Write A Post
Hire A Developer
Questions
If you know the 'root' users password, log in to mysql with that credentials. Then execute the following query to update the password.
ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_passowrd';