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

We experience a problem with `execute()`; it errors and we cannot handle in the immediate codeblock, is handled outside the immediate try/catch context. `execute()` works outright in this context, however...

high-priority

Dear developers i am use mysql2 lib with PoolConnection on ExpressJS. When I make a two request (changing the parameters of the request), I get old (cached) data sometimes (reloading...

In mysqljs/mysql, calling: ``` connection.end(); connection.end( err => { if ( err ) console.info( err.message ); } ); ``` results in: ``` Cannot enqueue Quit after invoking quit ``` In...

"connection.state" seems to be available, I wanted to test https://stackoverflow.com/questions/34542902/nodejs-mysql-how-to-know-connection-is-release-or-not

Can I see an example of how to use BinlogDump?

Hey! I'm the developer of Js-sdsl. Official website: https://js-sdsl.github.io/. Now, we published the version 4.1.4. I see you are using denque. In [benchmark](https://js-sdsl.github.io/#/test/benchmark-result?id=deque), we have confirmed that Js-sdsl is **several...

Linked issue: https://github.com/sidorares/node-mysql2/issues/1629.

needs investigation
needs rebase

Hi there, My team and I (Ghost) are trying to understand why this repo doesn't get releases? There are regular updates to the repo but noone is benefitting from the...

Currently, you cannot use special characters like `@` in usernames or passwords. This is because those characters are getting uri encoded by the URL nodejs package. This PR adds `decodeURIComponent()`...

if mysql column is `{ "TemplateId": 7088992364139642880 }` when I query used mysql2. It wil be `{ "TemplateId": 7088992364139642000 }`. And I found `text_parse.js`, It used JSON.parse not JSONBig, So...

enhancement
public interface api