Right now I have only this code:
const Sequelize = require(\'sequelize\'); const sequelize = new Sequelize(\'database\', \'root\', \'passwd\', { host: \'localh
Basically when I was trying to connect to Mysql Query Browser at that time I as facing the issue.
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'
Worked for me. root password is changed to 'root'