- 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
Database Account Security
To ensure that RDS MySQL databases run properly and prevent account information from being deleted by mistake, DAS hides the following accounts of MySQL database users.
Account |
Description |
---|---|
mysql.session@localhost |
Internal database account configured in MySQL 5.7 or later. |
mysql.sys@localhost |
Internal database account configured in MySQL 5.7 or later. |
mysql.infoschema@localhost |
Database account. |
root@% |
Account configured when you create an RDS MySQL instance. |
rdsAdmin@localhost |
Management account, which has the highest superuser permission and is used to query and modify DB instance information, rectify faults, as well as migrate and restore data. |
rdsBackup@localhost |
Backup account, which is used to back up background data. |
rdsMetric |
Metering account, which is used by watchdog to collect database status data. |
rdsRepl |
Replication account, which is used to synchronize data from primary DB instances to standby ones or read replicas. |
rdsProxy |
Proxy account, which is used for authentication when the database is connected using the read/write splitting address. This account is automatically created when read/write splitting is enabled. |
drsFull |
Account added to the destination database when you start a full migration task. |
drsIncremental |
Account added to the destination database when you start an incremental migration task. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.