Corrige seu USUÁRIO que você criou no Banco de dados do Mysql.
ALTER USER ‘Usuario’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘SENHA-DO-USUÁRIO’;
SEGUE O LINK das informações no site do mysql.
https://dev.mysql.com/doc/refman/8.0/en/native-pluggable-authentication.html
https://dev.mysql.com/doc/refman/5.7/en/native-pluggable-authentication.html
Corrige seu USUÁRIO que você criou no Banco de dados do Mysql.
ALTER USER ‘Usuario’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘SENHA-DO-USUÁRIO’;
SEGUE O LINK das informações no site do mysql.
https://dev.mysql.com/doc/refman/8.0/en/native-pluggable-authentication.html
https://dev.mysql.com/doc/refman/5.7/en/native-pluggable-authentication.html