We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f973b82 commit cca920dCopy full SHA for cca920d
packets.go
@@ -236,7 +236,7 @@ func (mc *mysqlConn) writeAuthPacket(cipher []byte) error {
236
237
attrs := make(map[string]string)
238
attrs["_os"] = runtime.GOOS
239
- attrs["_client_name"] = "Go MySQL Driver"
+ attrs["_client_name"] = "Go-MySQL-Driver"
240
attrs["_pid"] = strconv.Itoa(os.Getpid())
241
attrs["_platform"] = runtime.GOARCH
242
attrs["program_name"] = path.Base(os.Args[0])
0 commit comments