just trying to figure out the port situation. when...
# prisma-whats-new
e
just trying to figure out the port situation. when i forward container 3306 to host 3306 i can connect from my host mac, but it breaks graphcool and i have to destroy the cluster
a
How does that break Graphcool?
e
when i run any gc command i get a 500 error, and when i run gc info it can’t find the db server
i’m using the docker for mac UI (it says ‘kitematic’) so i wonder if that’s part of the issue
a
I have also done this on Kitematic on the running db container, and it didn't break anything...
e
ah, could you say exactly what steps you took? i just reproduced it again
a
I need to fire up Docker, brb 😄

https://www.graph.cool/forum/uploads/default/original/1X/facf96e9522f194bbe3b10ccf78802d038c6a8ad.png

Apparently, I used a different local port number. Haven't tested it with the same.
e
oh, interesting! i’ll try that
thanks!
a
Let me know if it makes a difference
e
yeah its so weird. that causes a 500
it’s like i can access the port with a sql client but gc can’t access it internally anymore
a
Do the docker logs give you any information?
e
it was hard to tell! but one good thing is when i ejected from the gc managed docker and just used docker directly, it worked great
👍🏻 1