# MySQL

### 1. 概要

> MySQLは、構造化クエリ言語（SQL）を基盤とする\
> オープンソースのリレーショナルデータベース管理システム（RDBMS）です。\
> データベースのコンテンツを追加、アクセス、および管理するために広く使用されています。\
> MySQLは、速度、信頼性、使いやすさで知られており、Webアプリケーション、\
> データウェアハウス、ログアプリケーションなど、\
> さまざまなアプリケーションで広く利用されています。

AppPaaSは、MySQLのバージョン8.0.34のみを提供しています。

### 2. サービス環境設定

***

<figure><img src="/files/WGoV2RkLghUW9cL3Vr3U" 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/jp/dtabsu/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.
