I have configured the connection in Nodejs file as shown below. The problem happens when trying to connect to the remote database on a server
module.exports = {
host: '234.32432.32432',//this is example IP not a real one.
user: 'bob',
password: '*****',
database: '****',
port: 3306,
dialect: 'mysql',
}