Questions tagged [database]
Database is an organized collection of data.
206 questions
3 votes
0 answers
39 views
OracleDB: Encrypt Connection Descriptor In Network Communication
I have recently dumped the network traffic from my application server that talks to my Oracle database server. I configured the Oracle DB server to encrypt the data using TLSv1.2 when sending over the ...
0 votes
1 answer
66 views
ldd /usr/bin/pg_restore gives error not a dynamic executable
I am trying to determine the libraries needed for pg_restore in the official postgres:15 docker image, but when I run ldd /usr/bin/pg_restore inside the container it returns this error: not a dynamic ...
0 votes
1 answer
846 views
system ID mismatch, node belongs to a different cluster
I have etcd cluster, and now trying to initialize patroni (on server A and server B), but whenever I try to do so I'm getting the error about cluster mismatch. Tried removing 'initialize' from etcd, ...
6 votes
1 answer
350 views
How do I go about identifying / using this (exotic?) .db file?
I own a Synology DS220J which I use to host a few different NFS shares / "Shared folders" (as DSM calls them), and I was snooping on some files in order to find out where the thing is ...
2 votes
4 answers
947 views
How can I append comma except lastline?
With following shell script, I read file and for each line generates SQL fragments #!/bin/bash CURRDATE=$(date +'%Y-%m-%d %H:%M:%S') echo $CURRDATE echo $OUTPUT echo "SET SESSION AUTOCOMMIT = ...
0 votes
0 answers
419 views
How to Fix "MySQL error message was : DBI connect failed : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) ?"
I upgraded my VPS with the provider Contabo, and since then, I have been experiencing issues. Unfortunately, they have not been responsive or provided any support. when i do command : service mysql ...
1 vote
1 answer
3k views
"Unable to lock database - Failed to synchronize databases"
I was trying to update the recommended stuff in my manjaro machine but this error occurred. I have no idea how to solve it. I was getting the error Invalid or corrupted databases so I updated the ...
0 votes
1 answer
55 views
Apache Ignite - Automatic Cluster Snapshot Create / Restore Procedure
When trying the Apache Ignite cluster snapshot procedure (snapshot create, restore), the restore operation is not successful. Before the restore procedure, we have destroyed the cache which we want to ...