Saya memecahkan ini dengan perintah SQL:
ALTER USER 'mysqlUsername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mysqlUsernamePassword';
yang dirujuk oleh https://dev.mysql.com /doc/refman/8.0/en/alter-user.html
jika Anda membuat pengguna baru
CREATE USER 'jeffrey'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
yang dirujuk oleh https://dev.mysql.com /doc/refman/8.0/en/create-user.html
ini bekerja untuk saya