Is anyone familiar with how to connect to a MySQL ...
# orm-help
l
Is anyone familiar with how to connect to a MySQL database on Digital Ocean with a SQL client, having followed the Prisma DO deployment guide? I'm using TablePlus, I've been able to connect to my locally running MySQL container using it. However, I can't connect to the Digital Ocean container. Would something need to change in the
docker-compose.yml
from the DO tutorial to be able to connect?
n
Are you running the SQL client on your local machine, or locally on the remote DO machine?