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

All Questions

Tagged with
0 votes
0 answers
31 views

Git failed with fatal error. Early EOF fetch pack: invalid index-index pack output

While cloning a repo, I'm getting an error Git failed with fatal error. Early EOF fetch pack: invalid index-pack output I am able to clone successfully from my local PC, but on on-premise servers, I ...
Swati Patil's user avatar
-2 votes
0 answers
23 views

Receiving CSVS from Database and rewriting .csv file based on the content. How to optimize this process (maybe caching/redis)?

So I am receiving csvs from an azure database based on the url on the clientside. Then I rewrite the ExampleData.csv file to have this new csv received from the database. I am having a problem when ...
user26305916's user avatar
0 votes
1 answer
34 views

In a single select, use a selected column result also in a MySQL function?

as an idea example this here kind of thing Select salt2, SHA2('A11111111111111111111' + 'salt2', 512) from usertable; Where the salt value in salt2 column will be used in the sha2 function. The hash ...
Scott Downey's user avatar
0 votes
0 answers
20 views

Host Node JS and database application in the same Digital Ocean droplet

I am kind of a beginner working with digital ocean and database management. I am planning to rent a Digital Ocean droplet when I am going to host my Node js application. I see that Digital Ocean also ...
Daniel Valencia's user avatar
0 votes
0 answers
8 views

How to Query and update large data sets over several different SQL servers and DBs?

I need to know how to Query and update large data sets over several different SQL servers and DBs? Procedure in steps or any material to go through will be appreciated Thanks in Advance This is a ...
Sana Shahid's user avatar
0 votes
0 answers
5 views

editing the initialize.php file so on my define('DB_SERVER', "localhost"); what do i put in place of localhost. Using webuzo not Cpanel

if(!defined('DB_SERVER')) define('DB_SERVER',"localhost"); NB: I am using Webuzo not Cpanel I did not try anything yet, I don't know if i should replace the localhost with webuzo or MySql. I ...
Erastus Matata's user avatar
0 votes
0 answers
39 views

what to do when i get error: origin server did not find a current representation for the target resource or is not willing to disclose that one exists

HTTP Status 404 – Not Found Type Status Report Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. Apache Tomcat/...
Rahul Shakya's user avatar
0 votes
1 answer
539 views

MongoServerSelectionError: connection <monitor> to 127.0.0.1:27017 closed

I installed mongodb 7.0.5 it installed successfully. and i run command mongod --version it shows version. ok but when I try to command mongosh it shows "MongoServerSelectionError: connection to ...
Muhammed Shuhaib's user avatar
0 votes
0 answers
44 views

Facing error when trying to copy original website in into development website

Fatal error: Uncaught CRM_Core_Exception: [-26: DB Error: insufficient permissions thrown in /var/www/ecocentredev/wp-content/plugins/civicrm/civicrm/CRM/Core/Error.php on line 971 I am Expecting ...
Arshadak04's user avatar
0 votes
1 answer
31 views

How to connect in a visual fashion to MySql that is behind a reverse proxy?

Before of the Rails Kamal-Docker advent I was used to connect from my local machine to the remote MySql production database by using MySql Workbench. Now I've my database on the remote server placed ...
user502052's user avatar
  • 15.1k
1 vote
1 answer
30 views

MySQL Client taking more than 14 sec to be connected

IN our on-prem server we have installed mysql 4 node cluster 2 for mgmt and 2 for datanode(NDB).Max connection is 4000 and we get less than 400 concurrent connections. InnoDB Buffer pool size is 500GB....
Basudev Rout's user avatar
0 votes
1 answer
808 views

psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "postgres" How to fix?

so I recently downloaded postgres through enterpriseDB and have been trying to access the super user postgres through my terminal. I enter psql -U postgres and after i enter my password I'm given this ...
Mago223's user avatar
  • 11
0 votes
0 answers
26 views

Setup web server for django backend: Nginx and Gunicorn configuration before database migration

Is it possible to setup Nginx and Gunicorn on my web server before executing "python manage.py migrate", since my database server is not ready yet? Chatgpt recommended me to execute first ...
Bruno's user avatar
  • 51
2 votes
0 answers
127 views

xampp - extremely slow phpmyadmin via mysql server

I use a macbook PRO with an M1 processor. I downloaded xampp version 8.2.4-0 for OS X users. After installation I started the mysql server and opened "http://localhost/phpmyadmin". The page ...
GreenRockLee's user avatar
1 vote
1 answer
148 views

I'm having problems accessing a category from a question bank in Moodle

I'm having problems accessing a category from a question bank in Moodle. I'm using Moodle in version 4.0 and PHP in version 7.4. When I try to access a category from a question bank in Moodle this ...
Aristides Evandro's user avatar

15 30 50 per page
1
2 3 4 5
33