You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
Seems there's an issue when using the "pipe" Connection Protocol (NOTE: This is on Windows)
NuGet Package Version
v1.1.0
v8.0.23
The text was updated successfully, but these errors were encountered: