3 months ago
Hello, i have a problem im trying to use dbgate to host mysql db for my website but after i login dbgate page and try to make a connection with mysql i get this error
Error: connect ETIMEDOUT
at Connection._handleTimeoutError (/home/dbgate-docker/node_modules/mysql2/lib/base/connection.js:200:17)
at listOnTimeout (node:internal/timers:594:17)
at process.processTimers (node:internal/timers:529:7)
Error JSON: {
"errorno": "ETIMEDOUT",
"code": "ETIMEDOUT",
"syscall": "connect",
"fatal": true
}
Connection: {
"server": "***",
"engine": "mysql@dbgate-plugin-mysql",
"authType": "hostPort",
"user": "***",
"password": "***",
"defaultDatabase": "***",
"requestDbList": true
}
Platform: linux
Anyone have idea why?
2 Replies
3 months ago
Could you please check if the MySQL service is properly exposed to the network and double-check your connection details (host, port, username, password) to make sure they match the database configuration on Railway? Our MySQL deployment guide might also help!
Status changed to Awaiting User Response railway[bot] • 3 months ago
3 months ago
Yea , i found another way at that point i just did a connection with dbeaver from my pc to handle it, thanks tho
Status changed to Awaiting Railway Response railway[bot] • 3 months ago
Status changed to Solved fvnnico • 3 months ago