HomeMogDBMogDB StackUqbar
v2.0

Documentation:v2.0

Supported Versions:

Other Versions:

Use GUI to Access MogDB

This document introduces how to access MogDB through the commonly used GUI.


Data Studio

1. Introduction

Data Studio is an Integrated Development Environment (IDE) that helps database developers build the application conveniently. It supports essential features of the database. This tool allows working with database objects with minimal programming knowledge. Data Studio provides you with various features, such as

  • creating and managing database objects
  • executing SQL statements or SQL scripts
  • editing and executing PL/SQL statements
  • viewing the execution plan and cost through the GUI
  • exporting table data

The database objects that are created and managed include

  • database
  • schema
  • function
  • procedure
  • table
  • sequence
  • index
  • view
  • tablespace
  • synonym

It also provides SQL assistance for various queries/procedures/functions executed in the SQL Terminal and PL/SQL Viewer.


2. System Requirements

This section provides the minimum system requirements for using Data Studio.

Hardware Requirements

Table 1 Hardware Requirements for Data Studio

Hardware Requirement Configuration
CPU x86 64-bit
Available RAM A minimum of 1 GB memory
Available hard disk A minimum of 1 GB space reserved for Data Studio installation directory and 100 MB space reserved for user's HOME directory.
Network requirements Gigabit Ethernet

Operating System Requirements

The supported versions of Microsoft Windows running on a universal x86 server include Windows 7 (64-bit), Windows 10 (64-bit), Windows 2012 (64-bit), and Windows 2016 (64-bit).

Software Requirements

Java 1.8.0_181 or later

img Note:

  • Please refer to https://java.com/en/download/help/path.html to set the Java Home path.
  • To ensure the optimal experience, the recommended minimum screen resolution is 1080 x 768. Below this resolution, the interface will be abnormal.

3. Download and Installation

The download address of Data Studio is as follows: https://opengauss.org/en/download/

img

After downloading, unzip the installation package and double-click Data Studio.exe to run the software.

img


4. Connection String Configuration

When the software is opened for the first time, the New Database Connection window will pop up, as shown in the figure below.

img

You can also choose File > New Connection to open this window.

img

Fill in the information on the General tab, and click OK to establish a database connection.

img


5. Interface Display

After a successful connection, the software interface is shown below, with examples of syntax and operation lists on the right.

img


6. Follow-Up Procedure

If you want to learn more about the usage instructions of Data Studio, please choose Help > User Manual, or visit the following page to browse the official documents online: Data Studio User Manual.

img


DBeaver

1. Introduction

Dbeaver is a cross-platform database developer tool, including SQL programming, database management and analysis. It supports any database system that adapts to the JDBC driver. At the same time, the tool also supports some non-JDBC data sources, such as MongoDB, Cassandra, Redis, DynamoDB, etc.

  • This tool provides many powerful features, such as metadata editor, SQL editor, rich text data editor, ERD, data import/export/migration, SQL execution plan, etc.
  • The tool is developed based on the eclipse platform.
  • Adapted databases include MySQL/MariaDB, PostgreSQL, Greenplum, Oracle, DB2 LUW, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc.

2. Download and Installation

Dbeaver is an open source software with the download address as follows: https://dbeaver.io/download/

Select and download the appropriate installation package according to your operating system, and double-click the package to install it after the download is complete.


3. Connection String Configuration

When the software is opened for the first time, the Connect to a database window will pop up, as shown in the figure below.

img

You can also choose Database > New Database Connection to open this window.

img

Choose Popular > PostgreSQL, click Next, and download the PostgreSQL driver file on the pop-up page.

img

After the download is complete, the Connect a database window will pop up, fill in the database information in this window, and then click Finish to establish a database connection.

img


4. Interface Display

After a successful connection, the software interface is shown below.

img


5. Follow-Up Procedure

If you want to learn more about the usage instructions of DBeaver, please choose Help > Help Contents, or visit the following page to browse the official documents online: https://dbeaver.com/docs/wiki/.

img

Copyright © 2011-2024 www.enmotech.com All rights reserved.