> For the complete documentation index, see [llms.txt](https://docs.hunati.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.hunati.com/start/databases/how-to-create-a-new-database-user-in-directadmin.md).

# How to create a new database user in DirectAdmin?

## Step 1 - DirectAdmin

Log in to your DirectAdmin Account.

{% hint style="info" %}
This is the site where you need to log in: <https://hunati.com:2222>
{% endhint %}

## Step 2 - MySQL Management

In the Account Manager section, click on the MySQL Management icon or type MySQL Management in the navigation filter box. The option will appear. Click on it.

![](/files/ZvJlZZavIS2Dt2rUrxta)

## Step 3 - Select Database

Under database text, select the database. You can select multiple databases for examining or optimizing them.

![](/files/5DKQjh6Mx1PMavIqTm6U)

## Step 4 - Create New User

Under Users, click on Create New User.

![](/files/S0MuAMsINBbwGIbpp1Pc)

## Step 5 - Fill In Details

Enter a user in the username field and a password in the password field or use the generate new password icon to generate a random password. Then click on Create.

![](/files/3TSuFONu5RozD3Ks9AKq)

{% hint style="info" %}
A new database user will be created, and you can copy its details in a safe place.
{% 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://docs.hunati.com/start/databases/how-to-create-a-new-database-user-in-directadmin.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.
