Skip to main content

Mysql



Resource Icon

Resource Overview

Mysql is a fully managed cloud database service based on the relational database MySQL, allowing you to easily build and stably operate MySQL databases, with automatic recovery in the event of a failure.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • server_name_prefix : MySQL server name (lowercase letters/numbers/hyphens allowed, must start with a lowercase letter, must end with a lowercase letter or number, 3~30 characters)
  • users : User configuration information (password : user password, host_ip : allowed client IP % | 1.1.1.1 | 1.1.1.%, authority : user privilege DDL | CRUD | READ)
  • databases : List of database names to create
  • included_subnet_names : List of subnet names that include MySQL
  • image_product_code : MySQL server image product code
  • product_code : MySQL instance server specification product code
  • data_storage_type : Data storage type - SSD, HDD
  • enable_high_availability : Whether to enable the high availability feature - true, false
  • enable_storage_encryption : Whether to enable storage encryption - true, false
  • enable_backup : Whether to enable the backup feature - true, false
  • backup_file_retention_period : Backup file retention period (daily) - 1 ~ 30
  • enable_automatic_backup : Whether to enable automatic backups - true, false
  • backup_time : User-defined backup time
  • port : MySQL connection port - 3306 ~ 20000

References