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

Connection 'Protocol=pipe' Not Supported Error #19

Open
iChaosren opened this issue Mar 30, 2021 · 0 comments
Open

Connection 'Protocol=pipe' Not Supported Error #19

iChaosren opened this issue Mar 30, 2021 · 0 comments

Comments

@iChaosren
Copy link

Seems there's an issue when using the "pipe" Connection Protocol (NOTE: This is on Windows)

NuGet Package Version

  • MySql.Server v1.1.0
  • MySql.Data v8.0.23
Error Message:
   System.PlatformNotSupportedException : The option 'Protocol=pipe' is not currently supported.
  Stack Trace:
     at MySql.Data.MySqlClient.MySqlBaseConnectionStringBuilder.<>c.<.cctor>b__1_0(MySqlBaseConnectionStringBuilder msb, MySqlConnectionStringOption sender, Object value)
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.set_Item(String keyword, Object value)
   at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value)
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder..ctor(String connectionString)
   at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString(String value)
   at MySql.Data.MySqlClient.MySqlConnection..ctor(String connectionString)
   at MySql.Server.MySqlServer.waitForStartup()
   at MySql.Server.MySqlServer.StartServer()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant