Skip to main content
2 votes
1 answer
88 views

I’m using GridDB Cloud with the official Python client to insert real-time IoT data into a time-series container. The script runs continuously, but after a few hours I get a connection timeout and ...
Imtiaz's user avatar
  • 67
0 votes
1 answer
59 views

I did some reading and then confirmed with our DBA's that our databases are not federated. So, I figured I could write a stored procedure to connect to the first database and store the query output ...
Dave Clark's user avatar
0 votes
1 answer
96 views

I am using EF 6 DbContext.Database.Exists() method, i.e. its return value true/false, to detect if a given DB is available. If it is, I pull and process data, if not, I enter a message into the log ...
user2217057's user avatar
0 votes
0 answers
143 views

I'm facing an issue related to MongoDB connections while sending push notifications to users three times a day — morning, noon, and evening. I have a Lambda-based service that uses SQS and MongoDB. A ...
Muhammed Ladeed's user avatar
-2 votes
1 answer
47 views

first i run on terminal mongod then i use node app on terminal it show nothing it take too long i waited for it to show an err or any message but nothing const MongoClient = require('mongodb')....
Swayat D. Cool's user avatar
0 votes
0 answers
185 views

I want to connect my on-premises database with Microsoft Data Fabric to avoid duplication and data migration. For this, I have successfully installed the Microsoft on-premises data gateway (standard) ...
Muhammad Arshad's user avatar
0 votes
1 answer
44 views

Environment OceanBase Community Edition 4.2.1 (MySQL mode) Python 3.10 PyMySQL 1.1.0 I'm trying to use PyMySQL to execute transactions on OceanBase, but I'm getting an unexpected "Access denied&...
user avatar
0 votes
0 answers
77 views

I have some interogations about the mariadb connector (and the whole mariadb database's functioning) on connections handling. In my typescript program (using mariadb-connector v3.4.0 with a mariadb ...
Paul-Marie's user avatar
  • 1,129
0 votes
1 answer
82 views

When I implement an ASP.NET Core application, I may have several middlewares that must interact with the database in order to check something. All of them, and also the final endpoint, share a scoped ...
Massimiliano Kraus's user avatar
0 votes
0 answers
51 views

I have a Spring Boot 3.4.2 app, which has several databases and services configured, including MongoDB. There are 2 connections to MongoDB, each with their own credentials and database they access. ...
Stewart's user avatar
  • 19.2k
2 votes
1 answer
51 views

I'm writing a testcase to reproduce deadlock in my service. After I use multiprocessing to create a two thread, I found they use the same database connection. So I can't reproduce the deadlock ...
scanf3's user avatar
  • 43
0 votes
0 answers
57 views

I've been building a site in WordPress currently based on my local hard drives using localhost. But I started receiving an "Error establishing a database connection" message. The issue has ...
MavWeb's user avatar
  • 21
1 vote
1 answer
303 views

Problem Statement I am trying to configure my Quarkus application to connect to my local PostgreSQL database, but it always tries to start PostgreSQL using Docker via Dev Services. Even after ...
Anjan Biswas's user avatar
0 votes
0 answers
104 views

My Python script hangs when trying to connect my Flask app to a MySQL database using mysql-connector-python. The MySQL server is running because it runs perfectly in VSCode, but I can't connect via ...
Inez Anne-Marie's user avatar
0 votes
1 answer
566 views

I tried to connect my MySQL database from a Python script using mysql.connector, but could not be able to connect. Then I tried to connect using pymysql and the db was connected successfully. Why am I ...
Siddikur's user avatar

15 30 50 per page
1
2 3 4 5
480