Skip to main content
The 2026 Annual Developer Survey is liveβ€” take the Survey today!.

Questions tagged [database-administration]

Score of 1
0 answers
161 views

Our 19c Oracle installation throws errors in several situations: Trying to connect with DBeaver Querying e.g. SELECT * FROM ALL_OBJECTS Running SQL> @?/rdbms/admin/utlrp.sql other 3rd party ...
Score of 0
0 answers
121 views

Im an end user of a philatelic site that uses phpBB for its discussion board service. I believe ots the site in general that is under bit attack though - according to President of membership. Always ...
Score of 2
1 answer
76 views

πŸ‘‹ I have two servers with identical configurations, each with 8 disks set up as RAID 1 pairs (disk #1 is mirrored with disk #2, disk #3 with disk #4, and so on). Both servers support hot-swap, ...
Score of 1
1 answer
3948 views

In my production environment, rare undisposed transactions occur that hold lock on one tables. I want to fix it in my application code. I can get the TransactionId and SessionId ad hoc, but how do I ...
Score of 0
2 answers
275 views

IN our on-prem server we have installed mysql 4 node cluster 2 for mgmt and 2 for datanode. All are physical server with 1TB ram and 64 core processor. When a user trying to connect to mysql server ...
Score of 0
1 answer
797 views

I am using the Free Oracle 23c Docker container (see here) to help provision a development environment. As part of the configuration of the environment, I am putting scripts and SQL into /docker-...
Score of 1
2 answers
355 views

How to configure databases for development, staging and production environments so that there will be no any data loss. Many Applications such as Wordpress, Django, etc... use some database to store ...
Score of 0
0 answers
27 views

So here's our use case: We have firmware that connects to server (simple php file - that takes post request) and add the data (350-500 bytes per request) to database. Now here's a issue we have 3k ...
Score of 0
0 answers
237 views

I am following up this question here, in which I made the incorrect assumption of being able to access a database using HTTP. Because I seem to lack conceptual knowledge, I would like to ask a more ...
Score of 0
1 answer
633 views

I need to relocate mysql customer databases to another disk, for the purposes of: 1. Separation of user data from system files 2. Ease of backing up system and user data separately 3. Ease of ...
Score of 1
1 answer
8565 views

I'm running Ubuntu 20.04.03 with Mysql 8.0.27. I have reinstalled LAMP from scratch several times and at the moment I only have 3 WordPress sites but I have tested only 1 and only 2 sites as well. ...
Score of 1
1 answer
3848 views

After command GRANT ALL PRIVILEGES ON `dbname`.* TO 'userA'@'localhost' IDENTIFIED BY 'password'; MySql says ok. Then i log in user A, but when I try to grant some privileges to user B it gives error ...
Score of 0
1 answer
15161 views

I am trying to GRANT CONNECT on a DATABASE to a user as a schema owner in that database. The schema owner is not a superuser. Do I need to be the owner of a database to execute GRANT CONNECT ON ...
Score of 0
1 answer
97 views

If there are 10 cameras recognizing number plates, and sending the data to the server with a backup server synchronized, is there a possibility to have split-brain problems when some things go wrong? ...
Score of 2
1 answer
468 views

I have an Azure Virtual Machine hosting a SQL Server 2016 named instance. On this instance I have several DBs. Now, everyday we shutdown the virtual machine at 11.59PM and restart it at 8.00AM. The ...

15 30 50 per page
1
2 3 4 5
…
20