Skip to content

EN-ALL update Creating databases and users for Web - Hosting #881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ section: SQL Private
order: 2
---

**Letzte Aktualisierung am 16.09.2020**
**Letzte Aktualisierung am 30.10.2020**

## Ziel

Expand All @@ -30,9 +30,9 @@ Loggen Sie sich in Ihr [OVHcloud Kundencenter](https://www.ovh.com/auth/?action=
Füllen Sie die Felder gemäß den angegebenen Kriterien ein. Sie können direkt einen Benutzer erstellen, indem Sie **Benutzer erstellen** anhaken.

- **Name der Datenbank** (Pflichtfeld): Dies ist der Name Ihrer zukünftigen Datenbank.
- **Benutzername**: Geben Sie hier den Namen des Benutzers ein, der sich mit Ihrer Datenbank verbinden und Anfragen ausführen kann (optional, wenn bei **Benutzer erstellen** kein Haken gesetzt wurde).
- **Rechte** (optional, wenn in dem Feld kein Haken gesetzt wurde): Hier handelt es sich um die Benutzerrechte, die dem Benutzer der Datenbank gewährt werden. Für eine standardmäßige Verwendung wählen Sie `Administrator`{.action} aus. Berechtigungen können im Nachhinein verändert werden.
- **Passwort**/**Passwort bestätigen** (optional, wenn in dem Feld kein Haken gesetzt wurde): Geben Sie das gewünschte Passwort ein und bestätigen Sie es anschließend durch erneute Eingabe.
- **Benutzername**: Geben Sie hier den Namen des Benutzers ein, der sich mit Ihrer Datenbank verbinden und Anfragen ausführen kann (nur relevant, wenn bei **Benutzer erstellen** ein Haken gesetzt wird).
- **Rechte** (nur, wenn das Feld angehakt wurde): Hier handelt es sich um die Benutzerrechte, die dem Benutzer der Datenbank gewährt werden. Für eine standardmäßige Verwendung wählen Sie `Administrator`{.action} aus. Berechtigungen können im Nachhinein verändert werden.
- **Passwort**/**Passwort bestätigen** (nur, wenn das Feld angehakt wurde): Geben Sie das gewünschte Passwort ein und bestätigen Sie es anschließend durch erneute Eingabe.

Klicken Sie dann auf `Bestätigen`{.action}.

Expand Down
92 changes: 92 additions & 0 deletions pages/web/hosting/create-db-and-user-on-db-server/guide.en-asia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
title: 'Creating databases and users on your database server'
slug: create-databases-and-users
excerpt: 'Find out how to create a database on your database server'
section: Private SQL
order: 2
---

**Last updated 30th October 2020**

## 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 [Private SQL Web Hosting plan](https://www.ovh.com/asia/web-hosting/sql-options.xml)
- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager)

## Instructions

### Creating a database

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the SQL instance concerned. Click on the `Databases` tab, then on `Add database`{.action}.

![private-sql](images/private-sql-createdb01.png){.thumbnail}

Fill in the fields by following the criteria listed. You can create a user directly by ticking the **Create User** box.

- **Database name** (obligatory): this will be your database’s name.
- **Username**: This is name of the user that can log in to your database and perform requests (only applicable if the **Create User** box is ticked).
- **Rights** (only if the box is ticked): the permissions that will be associated with the user on the database. For standard usage, select `Administrator`{.action}. The permissions can be modified as follows.
- **Password**/**Confirm password** (only if the box is ticked): enter a password, then confirm it.

Finally, click `Confirm`{.action}.

![private-sql](images/private-sql-createdb02.png){.thumbnail}

### Adding a user

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

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the database name concerned. Next, switch to the `Users and rights` tab and click `Add user`{.action}.

![private-sql](images/private-sql-user01.png){.thumbnail}

Enter a “username” and a “password”, then click `Confirm`{.action}.

### Managing user rights

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

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the database name concerned. Next, switch to the `Users and rights` tab. Click on the `...`{.action} button to the right of the user concerned, then on `Manage rights`{.action}.

![private-sql](images/private-sql-rights01.png){.thumbnail}

In the left-hand column, **Database**, you will see a list of the databases on your database server.

The 3 types of permissions proposed are described below:

- **Administrator**: Authorisation of the following queries: **Select/Insert/Update/Delete/Create/Alter/Drop**
- **Reading/Writing**: Authorisation of the following queries: **Select/Insert/Update/Delete**
- **Read**: Authorisation of **Select** queries
- **None**: No database rights

> [!primary]
>
> The distribution of rights mentioned above is unique to OVHcloud. This will allow a user with *Administrator* rights to use **DLL** (Data_Definition_Language) and **DML** (Data_Manipulation_Language), while a user with **Reading/Writing** rights will only use **DML**.

![private-sql](images/private-sql-rights02.png){.thumbnail}

#### Deleting a database

> [!warning]
>
> Before deleting a database on a database server, there is no
> checking of the contents of the database. It will be deleted even if
> data is still stored in it, therefore it is recommended that
> a backup is created and downloaded from your side before any deletion.
>

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the SQL instance concerned.

To delete a database on your database server, go to the `Databases` tab, then click on the `...`{.action} button to the right of the database concerned, then click `Delete the database`{.action}.

![private-sql](images/private-sql-deldb01.png){.thumbnail}

## Go further

Join our community of users on <https://community.ovh.com>.
92 changes: 92 additions & 0 deletions pages/web/hosting/create-db-and-user-on-db-server/guide.en-au.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
title: 'Creating databases and users on your database server'
slug: create-databases-and-users
excerpt: 'Find out how to create a database on your database server'
section: Private SQL
order: 2
---

**Last updated 30th October 2020**

## 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 [Private SQL Web Hosting plan](https://www.ovh.com.au/web-hosting/sql-options.xml)
- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager)

## Instructions

### Creating a database

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the SQL instance concerned. Click on the `Databases` tab, then on `Add database`{.action}.

![private-sql](images/private-sql-createdb01.png){.thumbnail}

Fill in the fields by following the criteria listed. You can create a user directly by ticking the **Create User** box.

- **Database name** (obligatory): this will be your database’s name.
- **Username**: This is name of the user that can log in to your database and perform requests (only applicable if the **Create User** box is ticked).
- **Rights** (only if the box is ticked): the permissions that will be associated with the user on the database. For standard usage, select `Administrator`{.action}. The permissions can be modified as follows.
- **Password**/**Confirm password** (only if the box is ticked): enter a password, then confirm it.

Finally, click `Confirm`{.action}.

![private-sql](images/private-sql-createdb02.png){.thumbnail}

### Adding a user

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

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the database name concerned. Next, switch to the `Users and rights` tab and click `Add user`{.action}.

![private-sql](images/private-sql-user01.png){.thumbnail}

Enter a “username” and a “password”, then click `Confirm`{.action}.

### Managing user rights

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

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the database name concerned. Next, switch to the `Users and rights` tab. Click on the `...`{.action} button to the right of the user concerned, then on `Manage rights`{.action}.

![private-sql](images/private-sql-rights01.png){.thumbnail}

In the left-hand column, **Database**, you will see a list of the databases on your database server.

The 3 types of permissions proposed are described below:

- **Administrator**: Authorisation of the following queries: **Select/Insert/Update/Delete/Create/Alter/Drop**
- **Reading/Writing**: Authorisation of the following queries: **Select/Insert/Update/Delete**
- **Read**: Authorisation of **Select** queries
- **None**: No database rights

> [!primary]
>
> The distribution of rights mentioned above is unique to OVHcloud. This will allow a user with *Administrator* rights to use **DLL** (Data_Definition_Language) and **DML** (Data_Manipulation_Language), while a user with **Reading/Writing** rights will only use **DML**.

![private-sql](images/private-sql-rights02.png){.thumbnail}

#### Deleting a database

> [!warning]
>
> Before deleting a database on a database server, there is no
> checking of the contents of the database. It will be deleted even if
> data is still stored in it, therefore it is recommended that
> a backup is created and downloaded from your side before any deletion.
>

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the SQL instance concerned.

To delete a database on your database server, go to the `Databases` tab, then click on the `...`{.action} button to the right of the database concerned, then click `Delete the database`{.action}.

![private-sql](images/private-sql-deldb01.png){.thumbnail}

## Go further

Join our community of users on <https://community.ovh.com>.
92 changes: 92 additions & 0 deletions pages/web/hosting/create-db-and-user-on-db-server/guide.en-ca.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
title: 'Creating databases and users on your database server'
slug: create-databases-and-users
excerpt: 'Find out how to create a database on your database server'
section: Private SQL
order: 2
---

**Last updated 30th October 2020**

## 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 [Private SQL Web Hosting plan](https://www.ovh.com/ca/en/web-hosting/sql-options.xml)
- access to the [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager)

## Instructions

### Creating a database

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the SQL instance concerned. Click on the `Databases` tab, then on `Add database`{.action}.

![private-sql](images/private-sql-createdb01.png){.thumbnail}

Fill in the fields by following the criteria listed. You can create a user directly by ticking the **Create User** box.

- **Database name** (obligatory): this will be your database’s name.
- **Username**: This is name of the user that can log in to your database and perform requests (only applicable if the **Create User** box is ticked).
- **Rights** (only if the box is ticked): the permissions that will be associated with the user on the database. For standard usage, select `Administrator`{.action}. The permissions can be modified as follows.
- **Password**/**Confirm password** (only if the box is ticked): enter a password, then confirm it.

Finally, click `Confirm`{.action}.

![private-sql](images/private-sql-createdb02.png){.thumbnail}

### Adding a user

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

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the database name concerned. Next, switch to the `Users and rights` tab and click `Add user`{.action}.

![private-sql](images/private-sql-user01.png){.thumbnail}

Enter a “username” and a “password”, then click `Confirm`{.action}.

### Managing user rights

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

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the database name concerned. Next, switch to the `Users and rights` tab. Click on the `...`{.action} button to the right of the user concerned, then on `Manage rights`{.action}.

![private-sql](images/private-sql-rights01.png){.thumbnail}

In the left-hand column, **Database**, you will see a list of the databases on your database server.

The 3 types of permissions proposed are described below:

- **Administrator**: Authorisation of the following queries: **Select/Insert/Update/Delete/Create/Alter/Drop**
- **Reading/Writing**: Authorisation of the following queries: **Select/Insert/Update/Delete**
- **Read**: Authorisation of **Select** queries
- **None**: No database rights

> [!primary]
>
> The distribution of rights mentioned above is unique to OVHcloud. This will allow a user with *Administrator* rights to use **DLL** (Data_Definition_Language) and **DML** (Data_Manipulation_Language), while a user with **Reading/Writing** rights will only use **DML**.

![private-sql](images/private-sql-rights02.png){.thumbnail}

#### Deleting a database

> [!warning]
>
> Before deleting a database on a database server, there is no
> checking of the contents of the database. It will be deleted even if
> data is still stored in it, therefore it is recommended that
> a backup is created and downloaded from your side before any deletion.
>

Log in to your [OVHcloud Control Panel](https://ca.ovh.com/auth/?action=gotomanager) and select `Web Cloud`{.action} in the top navigation bar. Click `Databases`{.action} in the services bar on the left-hand side, then choose the SQL instance concerned.

To delete a database on your database server, go to the `Databases` tab, then click on the `...`{.action} button to the right of the database concerned, then click `Delete the database`{.action}.

![private-sql](images/private-sql-deldb01.png){.thumbnail}

## Go further

Join our community of users on <https://community.ovh.com>.
12 changes: 6 additions & 6 deletions pages/web/hosting/create-db-and-user-on-db-server/guide.en-gb.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ section: Private SQL
order: 2
---

**Last updated 16th September 2020**
**Last updated 30th October 2020**

## Objective

Expand All @@ -30,9 +30,9 @@ Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotoman
Fill in the fields by following the criteria listed. You can create a user directly by ticking the **Create User** box.

- **Database name** (obligatory): this will be your database’s name.
- **Username**: This is name of the user that can log in to your database and perform requests (optional if the **Create User** box has not been ticked).
- **Rights** (optional if the box is unticked): the permissions that will be associated with the user on the database. For standard usage, select `Administrator`{.action}. The permissions can be modified as follows.
- **Password**/**Confirm password** (optional if the box is unticked): enter a password, then confirm it.
- **Username**: This is name of the user that can log in to your database and perform requests (only applicable if the **Create User** box is ticked).
- **Rights** (only if the box is ticked): the permissions that will be associated with the user on the database. For standard usage, select `Administrator`{.action}. The permissions can be modified as follows.
- **Password**/**Confirm password** (only if the box is ticked): enter a password, then confirm it.

Finally, click `Confirm`{.action}.

Expand All @@ -58,7 +58,7 @@ Log in to your [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotoman

In the left-hand column, **Database**, you will see a list of the databases on your database server.

The 3 types of permissions proposed are described below:w
The 3 types of permissions proposed are described below:

- **Administrator**: Authorisation of the following queries: **Select/Insert/Update/Delete/Create/Alter/Drop**
- **Reading/Writing**: Authorisation of the following queries: **Select/Insert/Update/Delete**
Expand Down Expand Up @@ -89,4 +89,4 @@ To delete a database on your database server, go to the `Databases` tab, then cl

## Go further

Join our community of users on <https://community.ovh.com>.
Join our community of users on <https://community.ovh.com>.
Loading