Skip to content

Commit 782591f

Browse files
committed
chore: mdformat
1 parent 3e45fd3 commit 782591f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ host = mysqlmaster.example.hypernode.io
4141
- Define views and triggers.
4242
- If you want to use a GUI to work on your database we recommend using a local GUI (Such as [HeidiSQL](../../best-practices/database/how-to-use-heidisql-on-hypernode.md) on Windows) instead of an online GUI ([PHPMyAdmin](../mysql/how-to-use-phpmyadmin.md)).
4343

44-
4544
## How to Connect to MySQL
4645

4746
### Use the Command Line Shell on the Production Node
@@ -68,7 +67,7 @@ Please note you will need to add the remote host's IP address to the allowlist f
6867

6968
Read the following articles on how to use both HeidiSQL and PHPMyAdmin for Hypernode:
7069

71-
- Using [HeidiSQL](../../best-practices/database/how-to-use-heidisql-on-hypernode.md
70+
- Using [HeidiSQL](../../best-practices/database/how-to-use-heidisql-on-hypernode.md)
7271
- Using [PHPMyAdmin](../mysql/how-to-use-phpmyadmin.md)
7372

7473
### Using an SSH Tunnel to Circumvent Firewalls
@@ -182,7 +181,7 @@ To prevent incorrect deletion of database that are still in use, ensure yourself
182181

183182
- The database is not used anymore by checking it’s content.
184183
- The database is not defined in your application configuration anymore.
185-
(IE: Check the `local.xml`, `env.php`, and/or your `wp-config.php).
184+
(IE: Check the configuration in you `local.xml`, `env.php`, `wp-config.php`, etc).
186185
- You created a backup to ensure yourself you are able to restore the database if necessary.
187186

188187
When you are 100% sure it is safe to delete the database, issue the following command:

0 commit comments

Comments
 (0)