Right now I have only this code:
const Sequelize = require(\'sequelize\'); const sequelize = new Sequelize(\'database\', \'root\', \'passwd\', { host: \'localh
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
Worked for me. root password is changed to 'password'