中文(UDB 云数据库)
UDB 提供托管式云数据库服务,帮助你快速创建、扩容与运维数据库实例,降低备份、监控、故障处理等运维成本。
适用场景
- 网站/电商/业务系统的核心业务数据库
- 需要高可用、自动备份的生产环境
- 读写分离、只读实例(如支持)提升读性能
核心能力(以实际产品为准)
- 一键创建与参数管理
- 自动备份与恢复(按时间点恢复如支持)
- 监控告警(可配合 UMon)
- 网络隔离:建议部署在 UVPC,结合安全组/白名单
举例:为 Web 应用创建 MySQL 并安全访问
- 在 UVPC 内创建 UDB(例如 MySQL),不开公网
- Web 应用所在 UHost 与 UDB 在同一 UVPC/可路由子网
- 数据库仅允许来自应用服务器内网 IP/安全组访问 3306
- 应用配置连接串:
mysql://user:[email protected]:3306/appdb
常见注意事项
- 生产环境避免从公网直连数据库;优先走内网
- 定期演练备份恢复,确认 RPO/RTO 满足业务需求
English (UDB)
UDB is a managed database service that helps you create and operate database instances quickly, reducing operational overhead such as backups, monitoring, and recovery.
Use cases
- Core databases for web/e-commerce/business systems
- Production workloads requiring HA and automated backups
- Read scaling via read replicas (if supported)
Key capabilities (depending on offering)
- One-click provisioning and parameter management
- Automated backup & restore (point-in-time restore if supported)
- Monitoring and alerts (with UMon)
- Network isolation within UVPC and access controls
Example: Create MySQL for a web app with private access
- Create UDB (e.g., MySQL) inside UVPC without public exposure
- Place your application UHost in the same UVPC/subnet
- Allow access to port 3306 only from the app servers
- Use a private endpoint in your connection string