Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL named pipes do not work on Windows #13794

Open
janpio opened this issue Jun 13, 2022 · 1 comment
Open

MySQL named pipes do not work on Windows #13794

janpio opened this issue Jun 13, 2022 · 1 comment
Labels
kind/feature A request for a new feature. team/client Issue for team Client. tech/engines Issue for tech Engines. topic: mysql topic: windows

Comments

@janpio
Copy link
Member

janpio commented Jun 13, 2022

Prisma schema loaded from prisma\schema.prisma
Datasource "db": MySQL database "prismadb" at "localhost:3306"

Error: Migration engine error:
Error querying the database: Named pipe connections temporary disabled (see tokio-rs/tokio#3118)

i just run npx prisma migrate dev

.env DB URL
DATABASE_URL="mysql://root:''@localhost/prismadb?socket=/var/run/mysql/"

Originally posted by @abii315hussain in #13792

@janpio janpio added the kind/bug A reported bug. label Jun 13, 2022
@matthewmueller matthewmueller added team/client Issue for team Client. bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. labels Jun 13, 2022
@garrensmith garrensmith added tech/engines Issue for tech Engines. priority/low labels Jun 30, 2022
@Jolg42
Copy link
Member

Jolg42 commented Sep 8, 2022

We could check if this was solved as the dependency issue was fixed tokio-rs/tokio#3118

@janpio janpio added kind/feature A request for a new feature. and removed bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. labels Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A request for a new feature. team/client Issue for team Client. tech/engines Issue for tech Engines. topic: mysql topic: windows
Projects
None yet
Development

No branches or pull requests

4 participants