> For the complete documentation index, see [llms.txt](https://docs.apppaas.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apppaas.com/start/jp/dtabsu/mysql.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.apppaas.com/start/jp/dtabsu/mysql.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
