How can i debug a failed connection?
I'm trying to use prisma to connect to a mariadb database
mypass does not have any special characerts, numbers and letters only
I've been stuck on the error
Even though it is online, and reachable with the specified credentials via mysql workbench
3 Replies
You decided to hold for human wisdom. We'll chime in soon! Meanwhile,
#ask-ai is there if you need a quick second opinion.As a quick test, can you check if replacing localhost with 127.0.0.1 help?
https://github.com/prisma/prisma/issues/5499
Is this occuring on latest prisma version?
GitHub
Prisma can not connect to
localhost for MySQL, MariaDB and SQL Se...Recently our own CI (Github Actions based) pipelines started failing with the following error: P1001 Can't reach database server at
localhost:3306 Please make sure your database server is r...it does not, i tried that
Also tried another mariadb i have with different host on a standard port