---
title: "Creating databases and users on your database server"
description: "Find out how to create a database on your database server."
url: https://docs.ovhcloud.com/en/guides/web-cloud/databases/db-create-databases-users
lang: en
lastUpdated: 2026-06-08
---
# Creating databases and users on your database server

## Objective

A database (DB) is used to store what are known as dynamic elements, such as comments or articles. These databases are used in virtually all modern content management systems (CMS), such as WordPress or Joomla!.

**This guide explains how to create a database on your database server and give access to users.**

## Requirements

- A [Web Cloud Databases instance](https://www.ovhcloud.com/en-gb/web-cloud/databases/) (included in a [Web Hosting](https://www.ovhcloud.com/en-gb/web-hosting/) Performance, Agency, Agency Plus or Agency Max plan).


***

### OVHcloud Control Panel Access

- **Direct link:** <ManagerLink to="/#/web/web/private_database">Web Cloud Databases</ManagerLink>
- **Navigation path:** <code className="action">Web Cloud</code> > <code className="action">Web Cloud Databases</code> > Select your database service

***


## Instructions

### Creating a database

Click on the tabs below to view each of the **4** steps.


**Step 1**

Go to the <ManagerLink to="/#/web/web/private_database">Web Cloud Databases</ManagerLink> page, then select the solution concerned.
![Web Cloud Databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases.png)

**Step 2**

Click on the <code className="action">Databases</code> tab.


**Step 3**

Click <code className="action">Add a database</code>.
![web-cloud-databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases/databases/add-database.png):::info
PostgreSQL schema creation is currently unavailable on Web Cloud Databases servers.
:::


**Step 4**

Fill in the fields following the criteria listed. You can create a user directly by ticking the **Create a user** box:
- **Database name** (required): this will be the name of your future database.
- **Username** (only if the `Create a user` box is ticked): the user who will be able to log in to your database and perform queries.
- **Rights** (only if the `Create a user` box is ticked): the permissions associated with the user on the database. For standard usage, select <code className="action">Administrator</code>. The permissions can be modified afterwards.
- **Password**/**Confirm password** (only if the `Create a user` box is ticked): select a password, then confirm it.
Click <code className="action">Confirm</code>.
![web-cloud-databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases/databases/add-database-confirmation.png)

### Creating a user

To use an OVHcloud database server, create users with specific rights to connect to a database.

Click on the tabs below to view each of the **4** steps.


**Step 1**

Go to the <ManagerLink to="/#/web/web/private_database">Web Cloud Databases</ManagerLink> page, then select the solution concerned.
![Web Cloud Databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases.png)

**Step 2**

Click on the <code className="action">Users and Rights</code> tab.


**Step 3**

Click <code className="action">Add a user</code>.
![web-cloud-databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases/users-and-rights/add-user.png)

**Step 4**

Enter a "username" and a "password", then click <code className="action">Confirm</code>.


### Managing user rights

To allow a user to perform actions on a database, it is necessary to assign permissions to the user.

Click on the tabs below to view each of the **4** steps.


**Step 1**

Go to the <ManagerLink to="/#/web/web/private_database">Web Cloud Databases</ManagerLink> page, then select the solution concerned.
![Web Cloud Databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases.png)

**Step 2**

Click on the <code className="action">Users and Rights</code> tab.


**Step 3**

Click the <code className="action">...</code> button to the right of the user concerned, then on <code className="action">Manage rights</code>.
![web-cloud-databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases/users-and-rights/manage-rights.png)

**Step 4**

In the left-hand column **Database**, you will see a list of the databases on your database server.
3 types of rights are available:
- `Administrator`: authorisation for **Select / Insert / Update / Delete / Create / Alter / Drop** queries.
- `Read / Write`: authorisation for **Select / Insert / Update / Delete** queries.
- `Read`: authorisation for **Select** queries.
- `None`: no database rights.
:::info
The distribution of rights mentioned above is specific to OVHcloud. A user with `Administrator` rights can use **DDL** (Data Definition Language) and **DML** (Data Manipulation Language), while a user with `Read / Write` rights can only use **DML** (Data Manipulation Language).
:::
![web-cloud-databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases/users-and-rights/changing-user-rights.png)

### Deleting a database

:::warning
Before deleting a database on a database server, there is no
verification of the database contents. It will be deleted even if
data is still stored in it. It is therefore recommended to create
a backup and download it before any deletion.

:::

Click on the tabs below to view each of the **3** steps.


**Step 1**

Go to the <ManagerLink to="/#/web/web/private_database">Web Cloud Databases</ManagerLink> page, then select the solution concerned.
![Web Cloud Databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases.png)

**Step 2**

Click on the <code className="action">Databases</code> tab.


**Step 3**

Click the <code className="action">...</code> button to the right of the database concerned, then on <code className="action">Delete the database</code>.
![web-cloud-databases](/images/assets/screens/control-panel/product-selection/web-cloud/web-cloud-databases/databases/delete-the-database.png)

## Go further

For specialised services (SEO, development, etc.), contact [OVHcloud partners](https://partner.ovhcloud.com/en-gb/directory/).

If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](https://www.ovhcloud.com/en-gb/support-levels/).

Join our [community of users](https://community.ovhcloud.com/).
