node-mysql2 icon indicating copy to clipboard operation
node-mysql2 copied to clipboard

:zap: fast mysqljs/mysql compatible mysql driver for node.js

Results 356 node-mysql2 issues
Sort by recently updated
recently updated
newest added

There is a bug in connection.createBinlogStream() as there is a missing encoding. we should set the default encoding, once the encoding is empty.

needs rebase

Hey, I'm looking for the right way to track those metrics so I can leverage them in Prometheus exports for dashboards and alerts down the road. There was a previous...

feature request

Please investigate this behavior to determine whether it is an issue with the package manager's handling of duplicate dependency entries or a configuration problem. Any assistance or guidance in resolving...

needs reproduction

I´m having this issue, first the method is not defined in TS although it does exist, secondly, the function fails with the error bellow

needs reproduction

I am unable to get the `typeCast` option to work at all for the `execute` method. I have tried configuring it both on the connection level and per query, but...

bug

I have this service. I recently updated mysql2 version from 2.3.3 to 3.12.0 The db in the production environment is mysql v 5.7.26 eversince then i have problems with changeUser()....

needs investigation