Hello everyone, everything good?
I have a machine with the Ubuntu 22.04.2 LTS operating system installed, where there is an instance of NextCloud Snap running. The current version of NextCloud installed is 25.0.4. I need to access the tool’s database and view the MySQL tables. I am aware that NextCloud Snap has a service to access the database through the terminal, using the following command:
- nextcloud.mysql-client
Through this service, I can view the existing tables and access their records. However, since it is done through the terminal, it is not easy to view. I would like to use a tool with a graphical interface to view the database information, such as MySQL Workbench or DBeaver CE. However, I have been unsuccessful in connecting to the database when using these tools. Is it possible to use one of these tools to view the NextCloud database?