Tôi giải quyết vấn đề này bằng lệnh SQL:
ALTER USER 'mysqlUsername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mysqlUsernamePassword';
được tham chiếu bởi https://dev.mysql.com /doc/refman/8.0/en/alter-user.html
nếu bạn đang tạo người dùng mới
CREATE USER 'jeffrey'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
được tham chiếu bởi https://dev.mysql.com /doc/refman/8.0/en/create-user.html
cái này phù hợp với tôi