---
title: "addCloudMysqlDatabaseList"
slug: "cli-vmysql-addcloudmysqldatabaselist"
tags: ["Cloud DB for MySQL ", "Database"]
updated: 2026-06-25T09:10:27Z
published: 2026-06-25T09:10:27Z
canonical: "cli-fin.ncloud-docs.com/cli-vmysql-addcloudmysqldatabaselist"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.
# addCloudMysqlDatabaseList
## 개요
Cloud DB for MySQL 인스턴스에 Database를 추가합니다.
## 요청
### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ----- | ----- | ----- | ----- | ----- |
| regionCode | No | String | | - 리전 코드
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 |
| cloudMysqlInstanceNo | Yes | String | | - Cloud DB for MySQL 인스턴스 번호
cloudMysqlInstanceNo는 [getCloudMysqlInstanceList](/docs/cli-vmysql-getcloudmysqlinstancelist) 액션을 통해서 획득 가능 |
| cloudMysqlDatabaseNameList | Yes | List\ | 영어, 숫자, "_", "-"의 특수문자만 허용하며 영어로 시작해야 함
Min: 1
Max: 30 | - Database 리스트
Database 작업은 한 번에 최대 10개 가능 |
| output | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : json |
## 예시
### 요청 예시
```
ncloud vmysql addCloudMysqlDatabaseList --regionCode FKR --cloudMysqlInstanceNo ****890 --cloudMysqlDatabaseNameList mysql_test
```
### 응답 예시
```xml
e905ab5c-7ce7-49dc-ad45-cb281f11d38e
0
success
```