# MySQL

### 1. 개요

***

> MySQL은 구조화된 쿼리 언어(SQL)를 기반으로 하는 오픈 소스 관계형 데이터베이스 관리 시스템(RDBMS)입니다. 데이터베이스의 콘텐츠를 추가, 액세스 및 관리하는 데 널리 사용됩니다. MySQL은 속도, 안정성, 사용 편의성으로 유명해 웹 애플리케이션, 데이터 웨어하우스, 로깅 애플리케이션 등 다양한 애플리케이션에 널리 사용되고 있습니다.

&#x20;AppPaaS는 MySQL 8.0.34 버전만 제공하고 있습니다.

### 2. 서비스 환경설정

***

<figure><img src="/files/oLwGYwlYanSdofQjaoEo" alt=""><figcaption></figcaption></figure>

MySQL은 Root 계정 비밀번호 설정만으로 사용할 수 있습니다. \
외부 비공개로 설정할 경우 외부에서 접근 가능한 도메인이 생성되지 않으며 \
같은 계정 내에 존재하는 서비스에서만 접근 가능합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apppaas.com/start/database/mysql.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
