-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
go-sql-driver/mysql/utils.go:81: undefined: cloneTLSConfig #720
Comments
It seems your environment issue. |
Please don't do that without backups. Maybe |
It may not be enough if go-sql-driver/mysql is vendored in some package. |
Thank you for your answers. |
What's difference between "your environment problem" and "your configuration problem"? This error is compile error and I suspect you're using old Go compiler in some way, |
Sorry, I mean an environment problem not a configuration problem. |
That's what you should report first! Recently, GAE changed default Go version from 1.6 to 1.8. This driver is compatible with Go 1.8, but not 1.6. |
Hi, I think you was right. |
I'm having this issue on GAE in Flexible Env with Go 1.9.1 the gopath looks good the rm -rf $GOPATH/pkg/github.com/go-sql-driver/mysql suggestion here did remove the package and i reinstalled it, but still getting that same cloneTLSConfig error, any suggestions please? |
I'm not GAE user. And I don't want to learn GAE programming only for replying to question. Please ask such question on google clouds' forum first. |
Hi,
I'm trying to use the mysql driver from go-sql-driver in order to connect a google cloud sql instance.
When I import _ "github.com/go-sql-driver/mysql" I have a error message :
go-sql-driver/mysql/utils.go:81: undefined: cloneTLSConfig
I've seen the issue in which it was said to be on go 1.8 or higher but I am on go 1.9.1 on Google app engine.
Did anyone have another solution to this problem?
Thank you iin advance
Error log
/home/admin_/gopath/src/github.com/go-sql-driver/mysql/utils.go:81: undefined: cloneTLSConfig
Configuration
Go version : go version go1.9.1 linux/amd64
Server OS : Debian 8 Jessie
The text was updated successfully, but these errors were encountered: