Durchsuchen nach
Schlagwort: database

DBeaver for my MySQL databases

DBeaver for my MySQL databases

I used in the past the MySQL Workbench as a stand-alone program in my Fedora desktop. But after a while the distribution did not support the Workbench directly. It could only install it via snap. But in snap you have the problem, that this service produces a lot of log entries into a file in /var/log/messages* so you had to delete this big files after a while. The other solution was to use the MySQL workbench as a plugin in…

Weiterlesen Weiterlesen

MongoDB – NoSQL Database – all locations

MongoDB – NoSQL Database – all locations

In order to find in MongoDB the whole paths, you can go into the mongoshell with mongosh It is possible that you see this message, but you can ignore it: sven@fedora:~$ mongoshCurrent Mongosh Log ID: 68833ee8dc64789649384af8Connecting to: mongodb://127.0.0.1:27017/?directConnection=true&serverSelectionTimeoutMS=2000&appName=mongosh+2.5.6Using MongoDB: 7.0.22Using Mongosh: 2.5.6 For mongosh info see: https://www.mongodb.com/docs/mongodb-shell/ The server generated these startup warnings when booting 2025-07-25T04:36:15.431+02:00: Access control is not enabled for the database. Read and write access to data and configuration is unrestricted and type the command: db.serverCmdLineOpts() then…

Weiterlesen Weiterlesen