Skip to main content
2 votes
1 answer
67 views

i just discovered this (see top answer) where they used format() for bulk query, but i can't find format anywhere in both mysql and mysql2 docs. Does anyone know where to find it?
user31750755's user avatar
0 votes
1 answer
209 views

I am currently having some trouble with connecting to an external database with my Windows client, using the gem mysql2. I set up a very basic debian MySQL Ver 8.4.5 server by following the official ...
PrincessPeachTheDev's user avatar
0 votes
0 answers
73 views

I have some Ruby on Rails projects on my computer running Ruby 2.5.1. I previously had MySQL 5.7 installed on my system (MariaDB). After upgrading to MySQL 8, these Ruby on Rails projects using Ruby 2....
fcastillo's user avatar
  • 948
0 votes
0 answers
24 views

I am trying to resolve an issue in my app. The problem occurs when I delete data from the MySQL server; my Node.js app still displays the deleted data. However, once I edit any TypeScript (.ts) file ...
Romil's user avatar
  • 15
2 votes
3 answers
421 views

When using the NodeJS mysql2 library, I am trying to understand the differences between Connection.execute and Connection.query. As I understand it, query prepares the statement locally and then makes ...
uPaymeiFixit's user avatar
-1 votes
1 answer
187 views

When trying to run bundle install to install missing gems for a rails project. It is throwing the error below- An error occurred while installing mysql2 (0.5.6), and Bundler cannot continue. In ...
arpndey's user avatar
0 votes
1 answer
59 views

I am new to nodejs (typescript) and I am trying to retrieve data from an mysql database and map this to my model. But when I log my object later I can see all field of the database entity and not only ...
Samson's user avatar
  • 31
0 votes
1 answer
245 views

We meet error after app upgrade to rails 7.2 and ruby 3.2.2. ActiveRecord::StatementInvalid Mysql2::Error: This connection is in use by: #<Fiber:0x00007fad145210e8 (resumed)> It is occurred in ...
gayavat's user avatar
  • 19.5k
0 votes
0 answers
86 views

I am struggling with integrating node-mysql2 into Sveltekit. As soon as the connection goes idle I get an 'ECONNRESET' error and my application freezes until the page is reloaded. Below is my db.ts ...
MKC's user avatar
  • 198
1 vote
1 answer
1k views

I try to setup my Rails (6.1) server with MariaDB (10.11) but when i want create my database i got error : ActiveRecord::ConnectionNotEstablished: TLS/SSL error: SSL is required, but the server does ...
Wako's user avatar
  • 180
0 votes
1 answer
118 views

I've been trying to set up a Lambda Layer for my Ruby Lambda function but I can't make it work for some reason. I've followed AWS' tutorial on creating (https://docs.aws.amazon.com/lambda/latest/dg/...
digopp22's user avatar
0 votes
1 answer
168 views

I'm currently creating a web-app for a project. It worked fine for a couple hours, then I experienced a "Too many connections" error on my MySQL database. So, I ran select count(host) from ...
hikari's user avatar
  • 1
0 votes
1 answer
2k views

I just started working in mysql 8.4 and in my express backend I am connecting to mysql using mysql2. In the db I can see the user auth type is chaching_sha2_password, I made sure the dafault is also ...
Eric Carey's user avatar
0 votes
1 answer
101 views

//auth router.js const express = require("express"); const authService = require("../service/AuthService.js"); const router = express.Router(); router.post('/signup',async ...
gowoo's user avatar
  • 15
0 votes
1 answer
81 views

I am new with NestJs and TypeOrm . my Database is Mysql2 . This is planOrder.entity // planOrder.entity import { Media } from 'src/media/media.entity'; import { Entity, PrimaryGeneratedColumn, ...
morteza mortezaie's user avatar

15 30 50 per page
1
2 3 4 5
63