Bug #88427 | Plain authentication fails to set the default database when using the X DevAPI | ||
---|---|---|---|
Submitted: | 9 Nov 2017 22:02 | Modified: | 14 Nov 2017 22:05 |
Reporter: | Jose Ramirez Ruiz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 8.0.9 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[9 Nov 2017 22:02]
Jose Ramirez Ruiz
[9 Nov 2017 22:40]
Jose Ramirez Ruiz
When authenticating using Plain the database was being omitted from the authentication data, hence the default database was never set.
[14 Nov 2017 22:02]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.10 release, and here's the changelog entry: When the PLAIN authentication option was used to make a secure connection, the database name was excluded from the authenticating data and the database value was not set. PLAIN authentication is the default option for connections made with TLS or Unix Sockets. Thank you for the bug report.
[14 Nov 2017 22:03]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.10 release, and here's the changelog entry: When the PLAIN authentication option was used to make a secure connection, the database name was excluded from the authenticating data and the database value was not set. PLAIN authentication is the default option for connections made with TLS or Unix Sockets. Thank you for the bug report.