I am attempting to connect to mySQL through a NodeJS file, but I receive the following error:
{ Error: ER_ACCESS_DENIED_ERROR: Access denied for user \'root\
Try n make sure that you use the credentials that you use to login your database are correct
const Sequelize = require('sequelize') const db = {} const sequelize = new Sequelize('ochiengsDatabase', 'ochienguser', ' mydbpassword', { host: 'localhost', dialect: 'mysql', operatorsAliases: false,