go-sql-driver/mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
GoMPL-2.0
Issues
- 2
can not upgrade to v1.9.1
#1687 opened by parsibox - 1
v1.9.0: Error 3144 when updating JSON field with parameterized IF condition (MySQL 8)
#1684 opened by suiriass - 0
ConnectionAttributes is skipped in FormatDSN
#1618 opened by bogcon - 3
- 2
- 1
`charset` option does not work.
#1680 opened by furusax0621 - 1
Connection Phase ->Initial Handshake->Client Response Format Mismatch Caused MySQL Handshake Failure
#1636 opened by bugsos - 1
- 9
Error `tls: handshake failure` on try to connect to mysql 5.7 with SSL client certs
#1635 opened by randreev1321 - 0
BIT(N) columns don't include the N size in their types.
#1672 opened by alarbada - 2
Failing to strip null terminator from authData in case of AuthSwitchRequest causes Access denied
#1666 opened by bdollma-te - 0
SUM did not return the correct DecimalSize()
#1670 opened by didip - 3
- 0
- 7
Expose Collations array
#1665 opened by modelorona - 0
Table Watchdog in MySQL
#1658 opened by shahiakhilesh1304 - 0
- 0
[mysql] 2025/01/02 15:23:13 connection.go:49: busy buffer
#1654 opened by cn-byte - 1
How to ensure that data is inserted only once
#1652 opened by zdyj3170101136 - 4
Context cancelling cause close connection without sending COMM_QUIT for authenticated connection
#1648 opened by minhquang4334 - 0
- 0
- 5
Missing Release cycle documentation
#1644 opened by kratkyzobak - 1
Improve ErrBadConn
#1582 opened by methane - 7
Unable to use prepared statements with go-sql-driver/mysql when connecting to StarRocks
#1638 opened by 1246245906 - 2
Function to achieve batch insert with mysql go library since go sql is lacking the functionality
#1592 opened by matejsp - 0
Expose MysqlParameterConverter as alternative to DefaultParameterConverter that lacks uint64 support
#1637 opened by matejsp - 2
Regression in 1.8.0 with Scan method and custom types
#1634 opened by matejsp - 0
The transaction ID has reached its maximum value
#1632 opened by yangyujieqqcom - 1
- 0
- 3
Cannot cannect to a mysql:8.0.33 server with `caching_sha2_password` auth mechanism
#1623 opened by erfanium - 0
`driver: bad connection` thrown randomly
#1628 opened by miparnisari - 7
mysql error `ERROR 3141` is not cathed in db.query()
#1622 opened by sora91s - 0
- 1
mysql memory leak because of prepare statements
#1624 opened by poursadeqi - 2
go-sql-driver , filippo.io , depend report Error
#1621 opened by DoNotLeaveMe - 0
`use of closed network connection` occurs rarely when context is canceled during establishing a connection
#1614 opened by yokonao - 2
Float32 support broken
#1617 opened by luisgarciaalanis - 0
Missing default `Net` value in default Config
#1616 opened by enrichman - 0
Provide Client TLS Certificates as Query Parameters
#1611 opened by nickzelei - 1
how can i query with bit field in where clause
#1608 opened by superceix - 2
when the connect is more than 900,it will panic
#1607 opened by zutim - 11
connect to doris panic("invalid connection')
#1602 opened by 365taofang - 5
- 0
Can I use this library to parse these byte sequences into the MySQL protocol?
#1586 opened by tim-chow - 3
closing bad idle connection: EOF
#1584 opened by cong08 - 0
Do I need logic backup mysql data using mysqldump while I have master-slave mysql cluster.
#1578 opened by ranxuxin001 - 3
Scanner should return one of int64,float64,bool,[]byte,string,time.Time,nil , but I got uint64
#1575 opened by bronze1man - 0
Why must use port 3306?
#1573 opened by StLeoX