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

Questions tagged [database]

A database is an organized collection of data for one or more purposes, usually in digital form.

0 votes
0 answers
247 views

Installing Oracle 21c DB on Ubuntu

I'm going crazy trying to create my DB on this OS (24.04LTS), I read from this post the KK Patel answe due to the same error on top How to install SqlPlus? Well, It's solved, but then when I try to ...
Javier Álvarez Centeno's user avatar
1 vote
0 answers
240 views

How do you access and modify data on an IDB file in Ubuntu?

I am running a mobile and web app off of Docker, the data is stored in a mysql folder under various files with extension .idb Is there a way to modify this data directly in the server i.e. using PUTTY ...
PMGuy's user avatar
  • 11
0 votes
1 answer
148 views

Running Java code in Ubuntu 22.04 distributive

I'm new in this field, and trying to do some tests using java in Ubuntu I wrote a code in Java to connect my localhost mssql server and create a new database. the code is tested on windows and it's ...
Stanbo's user avatar
  • 11
-2 votes
1 answer
3k views

HOW to INSTALL Libre Base in Ubuntu OS?

Why no is there no Libre Base included with Libre applications that came with Ubuntu? HOW do I INSTALL Libre Base in my Ubuntu OS? Yes I've tried searching this online. So far found nothing that works ...
Molly's user avatar
  • 7
4 votes
1 answer
994 views

Installing DBSqlite Browser on Ubuntu

I tried to install DBSqlite Browser for Ubuntu and Derivatives. After installation, I enter the command to open Ubuntu in the terminal: "sqlitebrowser" and the following crashes: qt.qpa.xcb: ...
IlVin's user avatar
  • 41
1 vote
0 answers
297 views

After installing SQL*Plus, how do I find out the default username and password in my 20.04 ubuntu?

Results of the sqlplus command:
Parth Patel's user avatar
1 vote
1 answer
8k views

"Unable to connect to server: connection failed: FATAL: password authentication failed" on brandly installed postgres and PGAdmin4

I want to create a new server and a new postgres database from the PGAdmin4 UI just-installed on Ubuntu 22.04 I already did this before but I don't remember how did I do id. The server I created last ...
Tms91's user avatar
  • 475
-1 votes
1 answer
305 views

how to export db sql database to microsoft access database mdb?

i need to export a database in "db" format to access database "mdb" in Ubuntu db browser for sql lite don't have the option to export to mdb - it just have the option to export to ...
ardvv's user avatar
  • 1
0 votes
0 answers
195 views

Installation problem of MongoDB in Ubuntu 20.04

This message show in terminal.... You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: mongodb-org-database : Depends: mongodb-org-server ...
Azraf Sami's user avatar
0 votes
1 answer
303 views

Install mutillidae and DVWA on the same machine?

I am using Ubuntu 22.04.1 LTS, I installed mutillidae and it worked perfectly, but now I wanted to install DVWA and it also worked, but when I entered mutillidae again I got this error: " The ...
Jorge Rojas C.'s user avatar
0 votes
1 answer
486 views

400% CPU usage on Linux server

Recently we moved our full stack website to new server (Vultr instance). After moving to new server we are constantly getting 400% CPU usage issue. It's been fifth day since we are getting 400% CPU ...
Sneh Jain's user avatar
0 votes
1 answer
411 views

Increase Mysql row size

When I run a laravel migration i get an error complaining about row size how can i solve i have run a couple of commands but not changed anything SQLSTATE[42000]: Syntax error or access violation: ...
Denis Mulindwa's user avatar
0 votes
0 answers
4k views

postgres 12 suddenly stop accepting connection: connection to server on socket "var/run/postgresql/.s.pgsql.5432 failed no such file or directory

I don't know whats going on, my database just stop running. suddenly when I want to run postgres using user postgres ($postgres psql), it gives me error "connection to server on socket "var/...
padjee's user avatar
  • 119
0 votes
1 answer
21 views

Directory CMDs are not working [duplicate]

I am unable to trigger commands in my command line for example, :~$ cd downloads Bash: cd: downloads: Bo such file or directory
Abdul Mumeet Akhter's user avatar
1 vote
3 answers
283 views

Why do I need to use backslash or escape character in order to access a sql file i.e. "/home/algolix/Downloads/poolstore_co_uk_primary\ .sql"

I'm trying to import mysql database using: mysql -u root -p poolstore < /home/algolix/Downloads/poolstore_co_uk_primary.sql but I can't and it says: No such file or directory however, when I ...
Engr. Umar Ejaz's user avatar

15 30 50 per page
1
2 3 4 5
23