Prisma - Error: P1001
Prisma is acting up.
Select queries are perfectly fine, however if i try to run a migration it says
Error: P1001
Can't reach database server at
Please make sure your database server is running at
What could it be? I already tried adding connection_timeout=300 at the end of my connection string.
I'm using a mysql db.
Select queries are perfectly fine, however if i try to run a migration it says
Error: P1001
Can't reach database server at
xxxx:3306Please make sure your database server is running at
xxxx:3306.What could it be? I already tried adding connection_timeout=300 at the end of my connection string.
I'm using a mysql db.