i’m trying to add a Google Cloud Platform instance...
# orm-help
e
i’m trying to add a Google Cloud Platform instance of a MySQL database in Prisma cloud, but it seems that I need to whitelist connections to it first. Is there a way to see the host or IP that prisma uses to connect to the db?
d
You need to open up port 4466 by default.
e
Can you elaborate? where would open that port, on the google platform side?