# ステップ2. データベースを作成する

1. 「ロリポップ！ユーザー専用ページ」にログインします
   * ロリポップ！レンタルサーバーの申し込み時に入力した「ロリポップ！のドメイン」と「パスワード」でログインできます。
2. 画面左のメニューから「サーバーの管理・設定」を選び、「データベース」をクリックします
3. 「作成」ボタンをクリックします
4. 「データベース名」と「接続パスワード」は任意のものを設定します。ここで入力したデータベース名と接続パスワードは、PortalDotsをインストールする際に必要です。
5. 「作成」ボタンをクリックします。
6. データベース情報ページが表示されます。表示された「**サーバー**」「**データベース名**」「**ユーザー名**」「**パスワード**」を確認、メモします。
   * 「パスワード」は、「パスワード確認」ボタンをクリックすると表示されます。

{% hint style="warning" %}
「接続パスワード」は、他の用途で利用していないパスワードを設定してください。このパスワードが漏洩すると、PortalDotsに保存されたユーザー情報が全て漏洩します。接続パスワードを忘れてしまった場合でも、ロリポップ！ユーザー専用ページ上で再度確認できますので、必ずランダムな文字列をパスワードとして設定してください。
{% endhint %}


---

# 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.portaldots.com/4.x/setup/install/lolipop/database.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.
