Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ TaurusDB/ User Guide/ Connecting to a DB Instance/ Connecting to a DB Instance Through DAS

Connecting to a DB Instance Through DAS

Updated on 2025-02-12 GMT+08:00

Data Admin Service (DAS) is a one-stop management platform that allows you to manage Huawei Cloud databases on a web console. It offers database development, O&M, and intelligent diagnosis, making it easy to use and maintain databases.

This section describes how to connect to a DB instance through DAS.

Prerequisites

You have purchased a DB instance. If you have not, purchase one by referring to Buying a DB Instance.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Click in the upper left corner of the page and choose Databases > TaurusDB.
  4. On the Instances page, locate a DB instance and click Log In in the Operation column.
  5. Enter the login username and password and click Test Connection. After the connection test is successful, click Log In. Then you can access and manage your databases.

    Figure 1 Login page

FAQs

Question: What can I do if the DAS console is not displayed after I click Log In in the Operation column of an instance on the Instances page?

Solution: Set your browser to allow pop-ups and try again.

Follow-up Operations

After logging in to a TaurusDB instance through DAS, you can manage your databases.

  1. Create a database.

    After logging in to a TaurusDB instance, click Create Database on the home page, enter database information, and click OK.

    Figure 2 Creating a database

    Database test is used as an example. After the database is created, you can view it in the database list.

    Figure 3 Viewing the created database

  2. Create a table.

    Locate the database and click Create Table in the Operation column.

    Figure 4 Creating a table

    On the Basic Information tab, set the required parameters.

    Figure 5 Entering basic table information

    Click Next and enter column information.

    Figure 6 Entering column information

    Click Create. In the SQL preview window, view the SQL statements for creating a table and click Execute.

    Figure 7 Previewing the SQL statements for creating a table

    After the SQL statements are executed successfully, you can view the created table in the table list.

    Figure 8 Viewing the created table

  3. Create a user and grant all permissions on the database created in 1 to the user.

    On the top menu bar, choose Account Management > User Management.

    Figure 9 User management

    Click Create User and enter user information and authorization information.

    Figure 10 Creating a user
    Figure 11 Entering user information and authorization information

    For example, in the Object Permissions area, all permissions on the table (table1) in the database (test) are granted to the user (user).

    Figure 12 Previewing the SQL statements for creating a user
    Figure 13 Viewing the created user

  4. Log in to the database as the created user and write data into the database.

    On the DAS development tool page, add a database login as user user. Click Log In in the Operation column to log in to the TaurusDB instance.

    Figure 14 Adding a login as user

    In the row containing the test database, click Query SQL Statements in the Operation column. The SQL execution window is displayed.

    Figure 15 Accessing the SQL execution window

    Run the following SQL statement in the SQL input box to query data in table1:

    SELECT * FROM table1;

    Figure 16 Viewing table data

    There is no data in table1.

    Run the following SQL statements to write several data records to table1:

    insert into table1(id, name, age) values(1, 'sam', 30);

    insert into table1(id, name, age) values(2, 'cidy', 25);

    insert into table1(id, name, age) values(3, 'lily', 27);

    Figure 17 Writing data to the table

    Data has been written into the table.

    Run the following SQL statement again to check whether there is data in table1:

    SELECT * FROM table1;

    Figure 18 Verifying the written data

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback