- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- Overview
- Permissions Management
- Logging In to the DAS Console
- Adding Login Information
- Logging In to a Database
- Modifying Login Information
- Deleting Login Information
- Logging In to Databases Shared by Others
- MySQL DB Instance Management (Development Tool)
- RDS for PostgreSQL Instance Management (Development Tool)
- DDS DB Instance Management (Development Tool)
- Distributed DDM DB Instance Management (Development Tool)
- Intelligent O&M
- Audit
- Change History
- Best Practices
-
FAQs
- Product Consulting
-
Connection Management (Development Tool)
- What Should I Do If I Can't Connect to My DB Instance Due to Insufficient Permissions?
- What Should I Do If I Can't Connect to My RDS for MySQL Instance?
- What Should I Do If I Can't Connect to My ECS (MySQL) Instance?
- What Should I Do If I Can't Connect to My RDS for PostgreSQL Instance?
- What Should I Do If I Can't Connect to My ECS (PostgreSQL) Instance?
- What Should I Do If I Can't Connect to My DDS Instance?
- What Should I Do If I Can't Connect to My DDM Instance?
- How Do I View and Modify ECS Security Group Rules?
- How Do I View and Modify Firewall Rules?
- Usage
- Service Support
- Change History
- Videos
Show all
Function Overview
-
Data Admin Service
-
Data Admin Service (DAS) is a one-stop platform that allows you to manage cloud databases on a web console. DAS offers database development, O&M, and intelligent diagnosis, making it easy for you to use and maintain cloud databases. DAS provides an easy-to-use console, and you do not need to install clients locally. The console allows you to synchronize and edit data and table structures online, and provides other diverse functions, such as displaying intelligent tips for you to enter SQL statements.
-
-
Modules
-
Development Tool
Is installation-free, allowing you to log in to a DB instance, create databases and tables, and execute SQL statements online.
-
-
Database Management
-
Covers tables, views, stored procedures, events, triggers, and functions.
①Tables: A MySQL data table consists of basic information, field/column information, virtual columns, indexes, and foreign keys, of which, the virtual columns, indexes, and foreign keys are optional. You can manipulate data in a table by performing operations on the table.
②Views: A view is a mapping of one or more tables. Generally, it is only used for queries.
③Events: An event is a time trigger, which can complete a specific operation at a specific time.
④Stored procedures: A stored procedure is a set of SQL statements that are compiled and stored in a database. You can modify corresponding parameters to complete a specific operation.
⑤Triggers: A trigger is an SQL statement designed to be automatically executed on a table in response to an operation (addition, deletion, or modification) on another associated table. Triggers are used to strengthen data integrity and atomicity event rules.
⑥Functions: include system functions and user-defined functions. You can set different functions to reuse a feature.
-
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.