SyntaxFix
Write A Post
Hire A Developer
Questions
It's not a good idea to edit mysql database directly.
mysql
I prefer the following steps:
mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY ''; mysql> flush privileges;