Open travisneilturner opened 1 year ago
Looks like there have been a couple reports of this on the main prisma repo, https://github.com/prisma/prisma/issues/9454, https://github.com/prisma/prisma/issues/17306, https://github.com/prisma/prisma/issues/14417.
I also faced this issue. I solved the issue by correcting a wrong DB user name in the config.
DATABASE_URL="mysql://root:123456@127.0.0.1:3306/36pic" correct DATABASE_URL="mysql://root@123456@127.0.0.1:3306/36pic" incorrect
Could you look into some of these suggestions (from the linked issues) & report back if that fixes your issue?
Bug description
Using this docker-compose:
When I run
I see:
How to reproduce
Run
Expected behavior
The migrations are applied successfully
Prisma information
Environment & setup