Prisma not connecting to external MySQL

Hi,

Ah, yep, it sounds like you are running into that mentioned issue:

You can’t whitelist an IP address in an external database’s firewall (such as AWS RDS or GCP CloudSQL) since you won’t know what it will be.

If your database is in GCP, you could use their Cloud proxy to get around the issue. If it’s in Fly, of course it’s not an issue. But if it’s e.g AWS RDS … not sure. Someone may have an idea in one of the threads about this e.g

1 Like