Is MySQL unreachable from external IPs?
ProjectID: b855592c-9156-4020-9543-d41a4e939fde
My production MySQL instance is working fine, but dev cannot be reached from outside. Interestingly, I can query its data from within Railway's dashboard.
2023-06-22T16:20:17.727397Z 21 [Warning] [MY-012111] [InnoDB] Trying to access missing tablespace 238
connect ECONNREFUSED 34.145.0.92:7165
Error: connect ECONNREFUSED 34.145.0.92:7165
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17
Solution:Jump to solution
mysql2 from NodeJS inside SvelteKit, was working about 15 minutes ago with no code changes
But it seems to be responding now, so I guess it cleared up on its own...
3 Replies
Project ID:
b855592c-9156-4020-9543-d41a4e939fde
what are you using to connect to the database
Solution
mysql2 from NodeJS inside SvelteKit, was working about 15 minutes ago with no code changes
But it seems to be responding now, so I guess it cleared up on its own