> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/create-mysql-databases.md).

# Create MySQL databases

MySQL databases can be very useful if you need to store large amounts of structured data. It's really straightforward to create a database for your server.

To get started, head over to the [Game Panel ](https://game.lodestone.host)and select "Databases" on the sidebar menu.

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

Click "Create" to begin the database creation process.

<figure><img src="/files/13shu7Wg0P0GsJkXTS6e" alt=""><figcaption></figcaption></figure>

You can now fill out the required database information and click "Submit" once done. It's best to use the default information, other than choosing your own name, unless you know what you're doing.&#x20;

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

Once done, you can begin using the database immediately.&#x20;

{% hint style="info" %}
&#x20;We don't currently support phpMyAdmin, so web-based database administration isn't possible.
{% endhint %}


---

# 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:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/game-panel/create-mysql-databases.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.
