ErrLookup › sidorares/node-mysql2

sidorares/node-mysql2

:zap: fast mysqljs/mysql compatible mysql driver for node.js · TypeScript · ★ 4,377

Analyzed at 5ebe8903d6 on 2026-08-03. 27 documented errors.

Code / MessageTypeSeverityTags
Invalid AuthMoreData packet received by caching_sha2_passwor
exception error auth, caching-sha2-password, protocol, connection, network
Unexpected data in AuthMoreData packet received by caching_s
exception error auth, caching-sha2-password, protocol, connection, proxy
Unexpected data in AuthMoreData packet received by caching_s
exception error auth, caching-sha2-password, protocol, internal
Unexpected data in AuthMoreData packet received by sha256_pa
exception error auth, sha256-password, protocol, connection
Unexpected data in AuthMoreData packet received by sha256_pa
exception error auth, sha256-password, protocol, internal
Bind parameters must be array if namedPlaceholders parameter
exception error query, prepared-statements, bind-parameters
Bind parameters must not contain undefined. To pass SQL NULL
exception error query, bind-parameters, prepared-statements
Bind parameters must not contain function(s). To pass the bo
exception error query, bind-parameters, prepared-statements
Server requests authentication using unknown plugin ${plugin
exception error auth, auth-plugin, connection, mariadb
AuthPluginMoreData received but no auth plugin instance foun
exception error auth, protocol, connection, proxy
You have tried to call .then(), .catch(), or invoked await o
exception error promise, query, api-misuse
SSL profile must be an object, instead it's a ${typeof this.
exception error ssl, connection-config, tls
Unknown charset '${charset}'
exception error charset, connection-config
Unknown SSL profile '${name}'
exception error ssl, connection-config, tls
The field name (${field}) can't be the same as an object's p
exception error fields, parsing, prototype-pollution, security
"user" connection config property must be a string
exception error change-user, connection-config
"database" connection config property must be a string
exception error change-user, connection-config
Bind parameters must not contain undefined
exception error bind-parameters, prepared-statements, binary-protocol
HandshakeResponse authToken must be a Buffer when provided
exception error auth, handshake, internal, buffer
HandshakeResponse authPluginName must be a string when provi
exception error auth, handshake, internal
"user" connection config property must be a string
exception error config, authentication, connection, validation
"database" connection config property must be a string
exception error config, connection, validation
Callback function is not available with promise clients.
exception error promise-api, callback, api-misuse, migration
Callback function is not available with promise clients.
exception error promise-api, callback, api-misuse, pool
Callback function is not available with promise clients.
exception error promise-api, callback, api-misuse, pool-cluster
no Promise implementation available.Use promise-enabled node
exception critical promise-api, runtime, config, environment
Callback function is not available with promise clients.
exception error promise-api, callback, api-misuse, pool-cluster