Replies: 5 comments
-
check your Go version please.
|
Beta Was this translation helpful? Give feedback.
-
go version |
Beta Was this translation helpful? Give feedback.
-
I use mariadb since 3 days its not working it worked before I also tried on fresh vps still not work did you guys any changes ? |
Beta Was this translation helpful? Give feedback.
-
I tried to install the driver using Go 1.19.10, but it succeeds.
|
Beta Was this translation helpful? Give feedback.
-
working now with 1.19.10 go get -u github.com/go-sql-driver/mysqlgo: downloading github.com/go-sql-driver/mysql v1.7.1 |
Beta Was this translation helpful? Give feedback.
-
I get this error on centos
go get -u github.com/go-sql-driver/mysql
github.com/go-sql-driver/mysql
Projects/Proj1/src/github.com/go-sql-driver/mysql/connector.go:41:18: undefined: strings.Cut
Projects/Proj1/src/github.com/go-sql-driver/mysql/dsn.go:393:24: undefined: strings.Cut
Beta Was this translation helpful? Give feedback.
All reactions