Hi all, I have a question: when I do prisma init a...
# orm-help
a
Hi all, I have a question: when I do prisma init and the select use existing database ( in a local machine in this case), with all parameters. What can cause error like "could not connect to database. Connection terminated unexpectedly"? I can access to the database via phpmyadmin or workbench for example.
n
sounds like a generic network error to me
a
I don't think because in the meantime I found a similar issue opened on GitHub. https://github.com/prismagraphql/prisma/issues/2516