We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go-mysql-driver does not support connection by GSSAPI, which is used by Kerberos.
so, for now while I'm trying to connect to mysql via Kerberos user I failed with default case of auth() method in auth.go :
default: errLog.Print("unknown auth plugin:", plugin) return nil, ErrUnknownPlugin }
for plugin - auth_gssapi_client
Driver version (or git SHA):
Go version: run go version in your console : go1.15.8
go version
Server version: E.g. MySQL 5.6, MariaDB 10.0.20
Server OS: E.g. Debian 8.1 (Jessie), Windows 10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
go-mysql-driver does not support connection by GSSAPI, which is used by Kerberos.
Example code
so, for now while I'm trying to connect to mysql via Kerberos user I failed with default case of auth() method in auth.go :
for plugin - auth_gssapi_client
Configuration
Driver version (or git SHA):
Go version: run
go version
in your console : go1.15.8Server version: E.g. MySQL 5.6, MariaDB 10.0.20
Server OS: E.g. Debian 8.1 (Jessie), Windows 10
The text was updated successfully, but these errors were encountered: