Unable to access MySQL after it automatically generated a temporary password
Try this: Ref:https://dev.mysql.com/doc/refman/5.7/en/data-directory-initialization-mysqld.html Following this, you may reset your password using ALTER USER ‘root’@’localhost’ IDENTIFIED BY ‘new-password’;