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 xxxx:3306
Please 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.
Was this page helpful?