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
If I do not specify port in DSN, connection fails with error: failed: dial tcp: address localhost: missing port in address
failed: dial tcp: address localhost: missing port in address
Expected behaviour: driver will connect by using default port: 3306
Driver version (or git SHA): sha:3955978caca48c1658a4bb7a9c6a0f084e326af3
Go version: run go version in your console go version go1.9 darwin/amd64
go version
The text was updated successfully, but these errors were encountered:
use default port if port is missing in dsn (#668) (#669)
7785c74
No branches or pull requests
If I do not specify port in DSN, connection fails with error:
failed: dial tcp: address localhost: missing port in address
Expected behaviour:
driver will connect by using default port: 3306
Configuration
Driver version (or git SHA):
sha:3955978caca48c1658a4bb7a9c6a0f084e326af3
Go version: run
go version
in your consolego version go1.9 darwin/amd64
The text was updated successfully, but these errors were encountered: