Hãy thử điều này:
mysql -u root -h 127.0.0.1 -p
Enter password: (enter the random password here)
Tham khảo: https://dev.mysql .com / doc / refman / 5.7 / en / data-directory-initialization-mysqld.html
Sau đó, bạn có thể đặt lại mật khẩu của mình bằng cách sử dụng ALTER USER 'root'@'localhost' IDENTIFIED BY 'new-password';