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

Support named pipes with SQL Server and MySQL #5920

Open
1 of 4 tasks
pimeys opened this issue Mar 1, 2021 · 0 comments
Open
1 of 4 tasks

Support named pipes with SQL Server and MySQL #5920

pimeys opened this issue Mar 1, 2021 · 0 comments
Labels
kind/feature A request for a new feature. team/client Issue for team Client. topic: mysql topic: sql server Microsoft SQL Server topic: windows

Comments

@pimeys
Copy link
Contributor

pimeys commented Mar 1, 2021

On Windows platforms one can use the named pipes protocol instead of TCP to connect to the server. This protocol allows you to connect between different machines, or to the same machine, and is quite a lot faster compared to TCP. In some enterprise installations, TCP is not even allowed, meaning the only way to access the server is using named pipes.

This can be split into separate issues:

@pimeys pimeys added kind/improvement An improvement to existing feature and code. topic: mysql topic: sql server Microsoft SQL Server labels Mar 1, 2021
@janpio janpio added kind/feature A request for a new feature. team/client Issue for team Client. and removed kind/improvement An improvement to existing feature and code. labels Mar 1, 2021
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. topic: mysql topic: sql server Microsoft SQL Server topic: windows
Projects
None yet
Development

No branches or pull requests

2 participants