Skip to content

Commit 41b5694

Browse files
authored
Merge pull request #7869 from ovh/public_cloud_db_update_mysql_configure
[DBaaS] MySQL prep for incoming connections -Guide update to reflect recent UI changes
2 parents 18a1bf6 + dc1a2a0 commit 41b5694

27 files changed

+194
-165
lines changed

pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.de-de.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MySQL - Configure your MySQL instance to accept incoming connections
33
excerpt: Find out how to configure your MySQL instance to accept incoming connections
4-
updated: 2022-03-08
4+
updated: 2025-05-19
55
---
66

77
## Objective
@@ -40,11 +40,11 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES,
4040
GRANT REPLICATION_APPLIER,ROLE_ADMIN ON *.* TO "avnadmin"@"%" WITH GRANT OPTION
4141
```
4242

43-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
43+
![User table](images/users_and_roles.png){.thumbnail}
4444

4545
You can add more users by clicking on the button `Add user`{.action}.
4646

47-
![Add user](images/mysql_07_prepare_for_incoming_connections-20220308111540905.png){.thumbnail}
47+
![Add user](images/add_user.png){.thumbnail}
4848

4949
Enter a username then click `Create User`{.action}.
5050

@@ -56,13 +56,15 @@ Enter a username then click `Create User`{.action}.
5656
> [!warning]
5757
> For security reasons the default network configuration doesn't allow any incoming connections. It is thus critical you authorise the suitable IP addresses in order to successfully access your database.
5858
59-
In this step, select the `Authorised IPs`{.action} tab. IP addresses must be authorised here before they can connect to your database.
59+
Fill in the IP address or CIDR block to whitelist and click the `+`{.action} button.
6060

61-
Clicking on `Add an IP address or IP address block (CIDR)`{.action} opens a new window in which you can add single IP addresses or blocks to allow access to the database.
6261

63-
![Add an IP](images/ip_authorize.png){.thumbnail}
62+
![Add an IP](images/add_ip_1.png){.thumbnail}
63+
64+
Validate the changes by clicking the `Save changes`{.action} button.
65+
66+
![Add an IP](images/add_ip_2.png){.thumbnail}
6467

65-
You can edit and retract database access via the `...`{.action} button in the IP table.
6668

6769
> [!primary]
6870
>
@@ -71,17 +73,17 @@ You can edit and retract database access via the `...`{.action} button in the IP
7173
7274
#### Collect required information
7375

74-
Select the `General information`{.action} tab to find the required login credentials in the `Login informations` section.
76+
Select the `Dashboard`{.action} tab to find the required login credentials in the `Connection information` section.
7577

76-
![Login information tab](images/mysql_04_connect_php-20220124153927876.png){.thumbnail}
78+
![Login information tab](images/connection_information.png){.thumbnail}
7779

7880
Select the `Databases`{.action} tab to get the database name.
7981

80-
![Databases tab](images/mysql_04_connect_php-20220124154604558.png){.thumbnail}
82+
![Databases tab](images/databases.png){.thumbnail}
8183

8284
Select the `Users`{.action} tab to get the username.
8385

84-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
86+
![User table](images/user.png){.thumbnail}
8587

8688
## Go further
8789

pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-asia.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MySQL - Configure your MySQL instance to accept incoming connections
33
excerpt: Find out how to configure your MySQL instance to accept incoming connections
4-
updated: 2022-03-08
4+
updated: 2025-05-19
55
---
66

77
## Objective
@@ -40,11 +40,11 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES,
4040
GRANT REPLICATION_APPLIER,ROLE_ADMIN ON *.* TO "avnadmin"@"%" WITH GRANT OPTION
4141
```
4242

43-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
43+
![User table](images/users_and_roles.png){.thumbnail}
4444

4545
You can add more users by clicking on the button `Add user`{.action}.
4646

47-
![Add user](images/mysql_07_prepare_for_incoming_connections-20220308111540905.png){.thumbnail}
47+
![Add user](images/add_user.png){.thumbnail}
4848

4949
Enter a username then click `Create User`{.action}.
5050

@@ -56,13 +56,15 @@ Enter a username then click `Create User`{.action}.
5656
> [!warning]
5757
> For security reasons the default network configuration doesn't allow any incoming connections. It is thus critical you authorise the suitable IP addresses in order to successfully access your database.
5858
59-
In this step, select the `Authorised IPs`{.action} tab. IP addresses must be authorised here before they can connect to your database.
59+
Fill in the IP address or CIDR block to whitelist and click the `+`{.action} button.
6060

61-
Clicking on `Add an IP address or IP address block (CIDR)`{.action} opens a new window in which you can add single IP addresses or blocks to allow access to the database.
6261

63-
![Add an IP](images/ip_authorize.png){.thumbnail}
62+
![Add an IP](images/add_ip_1.png){.thumbnail}
63+
64+
Validate the changes by clicking the `Save changes`{.action} button.
65+
66+
![Add an IP](images/add_ip_2.png){.thumbnail}
6467

65-
You can edit and retract database access via the `...`{.action} button in the IP table.
6668

6769
> [!primary]
6870
>
@@ -71,17 +73,17 @@ You can edit and retract database access via the `...`{.action} button in the IP
7173
7274
#### Collect required information
7375

74-
Select the `General information`{.action} tab to find the required login credentials in the `Login informations` section.
76+
Select the `Dashboard`{.action} tab to find the required login credentials in the `Connection information` section.
7577

76-
![Login information tab](images/mysql_04_connect_php-20220124153927876.png){.thumbnail}
78+
![Login information tab](images/connection_information.png){.thumbnail}
7779

7880
Select the `Databases`{.action} tab to get the database name.
7981

80-
![Databases tab](images/mysql_04_connect_php-20220124154604558.png){.thumbnail}
82+
![Databases tab](images/databases.png){.thumbnail}
8183

8284
Select the `Users`{.action} tab to get the username.
8385

84-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
86+
![User table](images/user.png){.thumbnail}
8587

8688
## Go further
8789

pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-au.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MySQL - Configure your MySQL instance to accept incoming connections
33
excerpt: Find out how to configure your MySQL instance to accept incoming connections
4-
updated: 2022-03-08
4+
updated: 2025-05-19
55
---
66

77
## Objective
@@ -40,11 +40,11 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES,
4040
GRANT REPLICATION_APPLIER,ROLE_ADMIN ON *.* TO "avnadmin"@"%" WITH GRANT OPTION
4141
```
4242

43-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
43+
![User table](images/users_and_roles.png){.thumbnail}
4444

4545
You can add more users by clicking on the button `Add user`{.action}.
4646

47-
![Add user](images/mysql_07_prepare_for_incoming_connections-20220308111540905.png){.thumbnail}
47+
![Add user](images/add_user.png){.thumbnail}
4848

4949
Enter a username then click `Create User`{.action}.
5050

@@ -56,13 +56,15 @@ Enter a username then click `Create User`{.action}.
5656
> [!warning]
5757
> For security reasons the default network configuration doesn't allow any incoming connections. It is thus critical you authorise the suitable IP addresses in order to successfully access your database.
5858
59-
In this step, select the `Authorised IPs`{.action} tab. IP addresses must be authorised here before they can connect to your database.
59+
Fill in the IP address or CIDR block to whitelist and click the `+`{.action} button.
6060

61-
Clicking on `Add an IP address or IP address block (CIDR)`{.action} opens a new window in which you can add single IP addresses or blocks to allow access to the database.
6261

63-
![Add an IP](images/ip_authorize.png){.thumbnail}
62+
![Add an IP](images/add_ip_1.png){.thumbnail}
63+
64+
Validate the changes by clicking the `Save changes`{.action} button.
65+
66+
![Add an IP](images/add_ip_2.png){.thumbnail}
6467

65-
You can edit and retract database access via the `...`{.action} button in the IP table.
6668

6769
> [!primary]
6870
>
@@ -71,17 +73,17 @@ You can edit and retract database access via the `...`{.action} button in the IP
7173
7274
#### Collect required information
7375

74-
Select the `General information`{.action} tab to find the required login credentials in the `Login informations` section.
76+
Select the `Dashboard`{.action} tab to find the required login credentials in the `Connection information` section.
7577

76-
![Login information tab](images/mysql_04_connect_php-20220124153927876.png){.thumbnail}
78+
![Login information tab](images/connection_information.png){.thumbnail}
7779

7880
Select the `Databases`{.action} tab to get the database name.
7981

80-
![Databases tab](images/mysql_04_connect_php-20220124154604558.png){.thumbnail}
82+
![Databases tab](images/databases.png){.thumbnail}
8183

8284
Select the `Users`{.action} tab to get the username.
8385

84-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
86+
![User table](images/user.png){.thumbnail}
8587

8688
## Go further
8789

pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ca.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MySQL - Configure your MySQL instance to accept incoming connections
33
excerpt: Find out how to configure your MySQL instance to accept incoming connections
4-
updated: 2022-03-08
4+
updated: 2025-05-19
55
---
66

77
## Objective
@@ -40,11 +40,11 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES,
4040
GRANT REPLICATION_APPLIER,ROLE_ADMIN ON *.* TO "avnadmin"@"%" WITH GRANT OPTION
4141
```
4242

43-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
43+
![User table](images/users_and_roles.png){.thumbnail}
4444

4545
You can add more users by clicking on the button `Add user`{.action}.
4646

47-
![Add user](images/mysql_07_prepare_for_incoming_connections-20220308111540905.png){.thumbnail}
47+
![Add user](images/add_user.png){.thumbnail}
4848

4949
Enter a username then click `Create User`{.action}.
5050

@@ -56,13 +56,15 @@ Enter a username then click `Create User`{.action}.
5656
> [!warning]
5757
> For security reasons the default network configuration doesn't allow any incoming connections. It is thus critical you authorise the suitable IP addresses in order to successfully access your database.
5858
59-
In this step, select the `Authorised IPs`{.action} tab. IP addresses must be authorised here before they can connect to your database.
59+
Fill in the IP address or CIDR block to whitelist and click the `+`{.action} button.
6060

61-
Clicking on `Add an IP address or IP address block (CIDR)`{.action} opens a new window in which you can add single IP addresses or blocks to allow access to the database.
6261

63-
![Add an IP](images/ip_authorize.png){.thumbnail}
62+
![Add an IP](images/add_ip_1.png){.thumbnail}
63+
64+
Validate the changes by clicking the `Save changes`{.action} button.
65+
66+
![Add an IP](images/add_ip_2.png){.thumbnail}
6467

65-
You can edit and retract database access via the `...`{.action} button in the IP table.
6668

6769
> [!primary]
6870
>
@@ -71,17 +73,17 @@ You can edit and retract database access via the `...`{.action} button in the IP
7173
7274
#### Collect required information
7375

74-
Select the `General information`{.action} tab to find the required login credentials in the `Login informations` section.
76+
Select the `Dashboard`{.action} tab to find the required login credentials in the `Connection information` section.
7577

76-
![Login information tab](images/mysql_04_connect_php-20220124153927876.png){.thumbnail}
78+
![Login information tab](images/connection_information.png){.thumbnail}
7779

7880
Select the `Databases`{.action} tab to get the database name.
7981

80-
![Databases tab](images/mysql_04_connect_php-20220124154604558.png){.thumbnail}
82+
![Databases tab](images/databases.png){.thumbnail}
8183

8284
Select the `Users`{.action} tab to get the username.
8385

84-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
86+
![User table](images/user.png){.thumbnail}
8587

8688
## Go further
8789

pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-gb.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MySQL - Configure your MySQL instance to accept incoming connections
33
excerpt: Find out how to configure your MySQL instance to accept incoming connections
4-
updated: 2022-03-08
4+
updated: 2025-05-19
55
---
66

77
## Objective
@@ -40,11 +40,11 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES,
4040
GRANT REPLICATION_APPLIER,ROLE_ADMIN ON *.* TO "avnadmin"@"%" WITH GRANT OPTION
4141
```
4242

43-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
43+
![User table](images/users_and_roles.png){.thumbnail}
4444

4545
You can add more users by clicking on the button `Add user`{.action}.
4646

47-
![Add user](images/mysql_07_prepare_for_incoming_connections-20220308111540905.png){.thumbnail}
47+
![Add user](images/add_user.png){.thumbnail}
4848

4949
Enter a username then click `Create User`{.action}.
5050

@@ -56,13 +56,14 @@ Enter a username then click `Create User`{.action}.
5656
> [!warning]
5757
> For security reasons the default network configuration doesn't allow any incoming connections. It is thus critical you authorise the suitable IP addresses in order to successfully access your database.
5858
59-
In this step, select the `Authorised IPs`{.action} tab. IP addresses must be authorised here before they can connect to your database.
59+
Fill in the IP address or CIDR block to whitelist and click the `+`{.action} button.
6060

61-
Clicking on `Add an IP address or IP address block (CIDR)`{.action} opens a new window in which you can add single IP addresses or blocks to allow access to the database.
61+
![Add an IP](images/add_ip_1.png){.thumbnail}
6262

63-
![Add an IP](images/ip_authorize.png){.thumbnail}
63+
Validate the changes by clicking the `Save changes`{.action} button.
64+
65+
![Add an IP](images/add_ip_2.png){.thumbnail}
6466

65-
You can edit and retract database access via the `...`{.action} button in the IP table.
6667

6768
> [!primary]
6869
>
@@ -71,17 +72,17 @@ You can edit and retract database access via the `...`{.action} button in the IP
7172
7273
#### Collect required information
7374

74-
Select the `General information`{.action} tab to find the required login credentials in the `Login informations` section.
75+
Select the `Dashboard`{.action} tab to find the required login credentials in the `Connection information` section.
7576

76-
![Login information tab](images/mysql_04_connect_php-20220124153927876.png){.thumbnail}
77+
![Login information tab](images/connection_information.png){.thumbnail}
7778

7879
Select the `Databases`{.action} tab to get the database name.
7980

80-
![Databases tab](images/mysql_04_connect_php-20220124154604558.png){.thumbnail}
81+
![Databases tab](images/databases.png){.thumbnail}
8182

8283
Select the `Users`{.action} tab to get the username.
8384

84-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
85+
![User table](images/user.png){.thumbnail}
8586

8687
## Go further
8788

pages/public_cloud/public_cloud_databases/mysql_07_prepare_for_incoming_connections/guide.en-ie.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MySQL - Configure your MySQL instance to accept incoming connections
33
excerpt: Find out how to configure your MySQL instance to accept incoming connections
4-
updated: 2022-03-08
4+
updated: 2025-05-19
55
---
66

77
## Objective
@@ -40,11 +40,11 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES,
4040
GRANT REPLICATION_APPLIER,ROLE_ADMIN ON *.* TO "avnadmin"@"%" WITH GRANT OPTION
4141
```
4242

43-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
43+
![User table](images/users_and_roles.png){.thumbnail}
4444

4545
You can add more users by clicking on the button `Add user`{.action}.
4646

47-
![Add user](images/mysql_07_prepare_for_incoming_connections-20220308111540905.png){.thumbnail}
47+
![Add user](images/add_user.png){.thumbnail}
4848

4949
Enter a username then click `Create User`{.action}.
5050

@@ -56,13 +56,15 @@ Enter a username then click `Create User`{.action}.
5656
> [!warning]
5757
> For security reasons the default network configuration doesn't allow any incoming connections. It is thus critical you authorise the suitable IP addresses in order to successfully access your database.
5858
59-
In this step, select the `Authorised IPs`{.action} tab. IP addresses must be authorised here before they can connect to your database.
59+
Fill in the IP address or CIDR block to whitelist and click the `+`{.action} button.
6060

61-
Clicking on `Add an IP address or IP address block (CIDR)`{.action} opens a new window in which you can add single IP addresses or blocks to allow access to the database.
6261

63-
![Add an IP](images/ip_authorize.png){.thumbnail}
62+
![Add an IP](images/add_ip_1.png){.thumbnail}
63+
64+
Validate the changes by clicking the `Save changes`{.action} button.
65+
66+
![Add an IP](images/add_ip_2.png){.thumbnail}
6467

65-
You can edit and retract database access via the `...`{.action} button in the IP table.
6668

6769
> [!primary]
6870
>
@@ -71,17 +73,17 @@ You can edit and retract database access via the `...`{.action} button in the IP
7173
7274
#### Collect required information
7375

74-
Select the `General information`{.action} tab to find the required login credentials in the `Login informations` section.
76+
Select the `Dashboard`{.action} tab to find the required login credentials in the `Connection information` section.
7577

76-
![Login information tab](images/mysql_04_connect_php-20220124153927876.png){.thumbnail}
78+
![Login information tab](images/connection_information.png){.thumbnail}
7779

7880
Select the `Databases`{.action} tab to get the database name.
7981

80-
![Databases tab](images/mysql_04_connect_php-20220124154604558.png){.thumbnail}
82+
![Databases tab](images/databases.png){.thumbnail}
8183

8284
Select the `Users`{.action} tab to get the username.
8385

84-
![User table](images/mysql_07_prepare_for_incoming_connections-20220308112922280.png){.thumbnail}
86+
![User table](images/user.png){.thumbnail}
8587

8688
## Go further
8789

0 commit comments

Comments
 (0)