node-mysql2
node-mysql2 copied to clipboard
:zap: fast mysqljs/mysql compatible mysql driver for node.js
hi do you have idlePoolTimeout ? i need idlePoolTimeout please help me
This may be intentional, but if it is, i'd need some help. Basically what happens is that when you get a pool connection and then change it's user (i use...
When I run the stored procedure query, I always got this message but the data result is correct. How can I disable the warning message. here is my example code...
Hi, Trying to make a pooled connection to mysql server on a remote host over socks5 proxy using socks nodejs package. I use options.stream as a factory function with already...
Good day. I'm having a problem recording UTF-8 emojis ("\xF0\x9F\x98\x8F" for example). My connection code: ``` const db_bot_options = { host: db_host, port: db_port, user: db_user, password: db_pass, database: db_base,...
hi i need run a query after each connections in pool conected some option like MYSQL_ATTR_INIT_COMMAND in php PDO please help me
https://github.com/sidorares/node-mysql2/issues/1040
maxPreparedStatements default just simply does not make sense. 16000 is simply a ridiculous number. Here are the default setting for other drivers: MySQL Connector/J: 100 callable statements, 25 prepared statements...
Error Log: ``` # # Fatal error in , line 0 # Liftoff bailout should not happen. Cause: Armv6 not supported # # # #FailureMessage Object: 0xb61fe2a8 1973 Illegal instruction...
### DB Schema ```sql CREATE TABLE `users` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12345678901234567945 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ``` ### MYSQL...