diff --git a/bdb/drivers/mysql.go b/bdb/drivers/mysql.go index 19855fb..5523a6b 100644 --- a/bdb/drivers/mysql.go +++ b/bdb/drivers/mysql.go @@ -53,7 +53,7 @@ func MySQLBuildQueryString(user, pass, dbname, host string, port int, sslmode st } config.Addr += ":" + strconv.Itoa(port) config.TLSConfig = sslmode - config.AllowNativePasswords = false + config.AllowNativePasswords = true // MySQL is a bad, and by default reads date/datetime into a []byte // instead of a time.Time. Tell it to stop being a bad.