Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [connection]

Refers to a connection used to transfer data between two endpoints, such as between a client and a web, database, web service or other server.

connection
0 votes
1 answer
32 views

Symfony Doctrine multiple DB to get connection for the 2nd database

I am using Symfony 7.1 to develop my API backend. In my .env: DATABASE_URL="mysql://root:[email protected]:3306/rsywx?serverVersion=8" BLOG_URL="mysql://root:xxxxxxxx$@xxxx:3306/...
TaylorR's user avatar
  • 3,953
0 votes
1 answer
40 views

Create server locally with laravel but can not accessed

i create server locally on my PC, with laravel project and running with command php artisan serve --host 0.0.0.0 i try to access with google chrome type http://192.168.099:8000 and it can be access. ...
Dena Achmad's user avatar
0 votes
2 answers
71 views

Django connection to Postgresql encoding problem

I can not connect Django to PostgreSQL database. It show me an encoding problem: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb3 in position 86: invalid start byte The problem is in that ...
Robert Wyszynski's user avatar
0 votes
0 answers
36 views

Streamlit nut running and gives connection error

When I run the file I get the : Connection error Is Streamlit still running? If you accidentally stopped Streamlit, just restart it in your terminal: streamlit run yourscript.py I could not solve it ...
Coşkun Erden's user avatar
0 votes
0 answers
22 views

Lock down and share exactly same database connection instance between multiple Apache NiFi processors

I am learning and trying to use NiFi to solve data transferring tasks. Now I have a requirement to lock down a same database connection instance between multiple processors. My flow steps like this: ...
Willi's user avatar
  • 317
0 votes
0 answers
21 views

MongooseServerSelectionError: connect

I am deploying a full stack application on render. But I don't know why I am getting this MongooseServerSelectionError: connect ECONNREFUSED 0.0.0.0:27017 at _handleConnectionErrors (/opt/render/...
khiladi coder's user avatar
0 votes
1 answer
31 views

Nginx keeps hitting connection limit although I only use one connection

I configured nginx as followed (shortened): http { limit_conn_zone $binary_remote_addr zone=conn_zone:10m; server { limit_conn conn_zone 50; limit_conn_log_level error; ...
Philipp S's user avatar
0 votes
0 answers
18 views

Frontend and backend connection problem of docker containerized web app [duplicate]

I am trying to use docker to containerize my web app(frontend: vite-react, backend:.net8, database: azure sqlserver). I built dockerfiles for both frontend and backend, nginx.conf for frontend, and ...
DINGYANG ZUO's user avatar
0 votes
0 answers
18 views

Connection Issues From Airbyte instance to Postgresql instance

I have 3 instances now. 1. Airbyte server (A) 2. Postgre Database (B) 3. PC (C) - for testing My purpose is to build a connection from A to B. Firstly, I used Airbyte UI to create a destination for ...
Suzuki SZE's user avatar
0 votes
1 answer
74 views

Rails 7: Psql trying to connect to the wrong database but trying to create correct database

In production mode, I am testing connecting a rails 7 project to a remote server for the postgresql database. However when I try to connect to it, it starts looking to connect to the postgres database ...
Ese10's user avatar
  • 19
1 vote
0 answers
23 views

Non-Interactive Login for Dataverse (TDS Endpoint)

I would like to connect a Laravel application to my Microsoft Dynamics tables. Success would enable us to write Laravel models on top of the Dynamics tables for read operations. I've successfully ...
Kennon Young's user avatar
-1 votes
0 answers
26 views

Connectivity Issues with Branch ENI to Trunk ENI Using GRE Tunnel on AWS

I'm facing connectivity issues while trying to establish a GRE tunnel between a branch ENI (client instance) and a trunk ENI (server instance) within the same VPC and subnet on AWS. Despite the ...
shashi kanth maddineni's user avatar
0 votes
0 answers
31 views

Xampp Php Informix jdbc

I need help to get result from informix server through xampp. I installed Xampp 3.3.0 on windows 11. I used $conn= osbc_connect (DSN, username, password); and also used $dbo = new pdo (odbc:dsnname,...
Amit's user avatar
  • 1
0 votes
0 answers
22 views

SSRS errors using stored procedure, but allows the identical script to work

I have other reports, using other stored procedures on other databases, working without difficulty. I was even able to create the desired report by putting all of the script in the SSRS report, ...
Andy Lindquist's user avatar
0 votes
0 answers
14 views

Understanding socket.SOL_SOCKET and socket.SO_REUSEADDR in Python [duplicate]

I'm currently working on a network application in Python, and I've come across the socket module's constants socket.SOL_SOCKET and socket.SO_REUSEADDR. I'm a bit confused about their purpose and how ...
Naresh R's user avatar

15 30 50 per page