How to reset password in MySQL 8.0

How to reset password in MySQL 8.0

After installing MySQL 8.0, the default user root has no password, and the default initialization password needs to be changed. If you forget the password of the root user, you also need to reset the password.
First, after installing MySQL 8.0, start the MySQL service. I installed and used it on MAC.
brew install mysql
brew services start mysql
Because there is no password by default...

How to reset password in MySQL 8.0

How to reset password in MySQL 8.0

After installing MySQL 8.0, the default user root has no password, and the default initialization password needs to be changed. If you forget the password of the root user, you also need to reset the password.
First, after installing MySQL 8.0, start the MySQL service. I installed and used it on MAC.
brew install mysql
brew services start mysql
Because there is no password by default...