#MySQL - ConnectionError [SequelizeConnectionError] connect ETIMEDOUT
14 messages · Page 1 of 1 (latest)
1e3d3e26-e576-446b-9a34-602aacf2cdd3
Any updates ?
no you will need to post more info
Tell me what you need ?
ConnectionError [SequelizeConnectionError]: connect ETIMEDOUT
at ConnectionManager.connect (/app/node_modules/sequelize/lib/dialects/mysql/connection-manager.js:126:17)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async ConnectionManager._connect (/app/node_modules/sequelize/lib/dialects/abstract/connection-manager.js:318:24)
at async /app/node_modules/sequelize/lib/dialects/abstract/connection-manager.js:250:32
at async ConnectionManager.getConnection (/app/node_modules/sequelize/lib/dialects/abstract/connection-manager.js:280:7)
at async /app/node_modules/sequelize/lib/sequelize.js:613:26
at async MySQLQueryInterface.createTable (/app/node_modules/sequelize/lib/dialects/abstract/query-interface.js:225:12)
at async Function.sync (/app/node_modules/sequelize/lib/model.js:1300:5)
at async Sequelize.sync (/app/node_modules/sequelize/lib/sequelize.js:793:35) {
parent: Error: connect ETIMEDOUT
at Connection._handleTimeoutError (/app/node_modules/mysql2/lib/connection.js:178:17)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
errorno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect',
fatal: true
},
original: Error: connect ETIMEDOUT
at Connection._handleTimeoutError (/app/node_modules/mysql2/lib/connection.js:178:17)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7) {
errorno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect',
fatal: true
}
}
stack
host: containers-us-west-98.railway.app
port: 5922
Idk personally, some else might
it seem the MySQL server is not setup to accept remote connections , but I see nothing in the settings
try this.
https://youtu.be/-AfomyifHTM
idk
Shared Variables makes it easy to define a variable at the Project level and consume it across multiple services.
We’ve also added the ability to promote service-level variables after instantiation and the ability to recompose shared variables within multiple services using templating syntax.
To learn more, read the blog post!
https://blog....
Hi, i got the same problem..did you find the solution?
you ned to add the port to the config.json file