Skip to content

Commit aaca8c7

Browse files
authored
Update how-to-use-mysql-on-hypernode.md
1 parent f4506d5 commit aaca8c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/hypernode-platform/mysql/how-to-use-mysql-on-hypernode.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,34 +49,34 @@ Port 3306 is fire-walled on all Hypernodes to prevent hackers and bruteforces fr
4949

5050
First check which IP addresses have been whitelisted already, if any.
5151

52-
```nginx
52+
```bash
5353
hypernode-systemctl whitelist get
5454
```
5555

5656
### Adding to Whitelist
5757

5858
To add more values to your whitelists you can run the following. Please note that descriptions are optional:
5959

60-
```nginx
60+
```bash
6161
hypernode-systemctl whitelist add database 1.2.3.4 --description "my description"
6262
```
6363

6464
### Removing From Whitelist
6565

6666
To remove values from your whitelists you can run the following:
6767

68-
```nginx
68+
```bash
6969
hypernode-systemctl whitelist remove database 1.2.3.4
7070
```
7171

72-
### Whitelist via Your Service Panel
72+
### Whitelist via the Control Panel
7373

74-
Only our Service Panel users have the option to whitelist an IP via the Service Panel.
74+
It's also possible to whitelist an IP address via the Control Panel
7575

76-
1. Log on to your [Service Panel](https://auth.byte.nl).
76+
1. Log on to the [Control Panel](https://my.hypernode.com).
7777
1. Select your Hypernode.
78-
1. Go to `Instellingen` > `Externe database toegang`.
79-
1. Add the IP addresses to the firewall whitelist.
78+
1. Select `Allowlist` from the menu.
79+
1. Add the IP addresses to the database allowlist.
8080

8181
## How to Connect to MySQL
8282

0 commit comments

Comments
 (0)