# Databases

The Databases section lets you create and manage databases used by your websites on Elements Hosting. Elements Hosting uses **MariaDB 11.4.9**, a modern, high-performance database server that is compatible with MySQL.

From the Elements Hosting Reactor Panel, you can create, edit, and delete databases, as well as manage database users and their permissions. For direct access to your database data, Elements Hosting also provides phpMyAdmin, which allows you to log in through your browser to view tables, run queries, and perform database maintenance tasks when needed.

To create a new database and database user, follow the below steps:

#### Step 1

Log into the [Elements Hosting Reactor Panel](https://reactor.elementshosting.io/login) and click on `Websites` in the sidebar, click on the website you'd like to create a database for, click on `Databases` in the top menu, then click on the `Add database` button.

<figure><img src="https://410055788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1wrnfhRFfBQTaZF2M5d8%2Fuploads%2F5BGTmIHsIei2NUxp7rx6%2F01-databases.webp?alt=media&#x26;token=238e1fca-3f34-4caf-ab41-1c9a76a0b92f" alt=""><figcaption></figcaption></figure>

#### Step 2

Enter a unique name for your database. Make sure the database name only includes letters and numbers. **Do not use special characters or spaces** in your database name.

Next, click on the `+` icon to create a new database user for the database.

<figure><img src="https://410055788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1wrnfhRFfBQTaZF2M5d8%2Fuploads%2F3JnwgHZFXY7PHOOuFKHc%2F02-databases.webp?alt=media&#x26;token=6a9fb18c-cbb9-4340-80c2-77e6221346e5" alt=""><figcaption></figcaption></figure>

#### Step 3

Enter a unique name for your database user. Make sure the database user name only includes letters and numbers. **Do not use special characters or spaces** in your database user name.

Next, enter a database user password. You can click on the key icon to automatically generate a password for you (**recommended**).

Finally, the checkbox `All database privileges` is checked by default. If you want to limit the privileges for the database user, you can uncheck the box, then select the specific privileges you want to grant for the database user.

{% hint style="warning" %}
Granting insufficient database user privileges can interfere with the functionality of your database. If you opt to limit your database user privileges, make sure you understand what you're doing and what privileges your database user needs for your database to function properly. When in doubt, contact us if you have any questions.
{% endhint %}

<figure><img src="https://410055788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1wrnfhRFfBQTaZF2M5d8%2Fuploads%2FTc0cZfSdbo7pH99w8Kpm%2F03-databases.webp?alt=media&#x26;token=21b3b026-0796-44cb-b227-16029b2f2609" alt=""><figcaption></figcaption></figure>

<figure><img src="https://410055788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1wrnfhRFfBQTaZF2M5d8%2Fuploads%2FiHWokcwnDj1U7YGOYxoz%2F04-databases.webp?alt=media&#x26;token=391d08df-31b0-4ee0-9c15-46c4ccf69353" alt=""><figcaption></figcaption></figure>

#### Step 4

Once you've got your database name, database username and password, and the database user privileges entered, click on the `Add` button.

<figure><img src="https://410055788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1wrnfhRFfBQTaZF2M5d8%2Fuploads%2FlgNliAbZ9HTNCufM21rD%2F05-databases.webp?alt=media&#x26;token=258d0d34-930b-40f3-a2bb-1c032d6f5bf2" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Congrats, your database should now be successfully set up and ready to go!
{% endhint %}
