You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)).
43
43
44
-
45
44
## How to Connect to MySQL
46
45
47
46
### 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
68
67
69
68
Read the following articles on how to use both HeidiSQL and PHPMyAdmin for Hypernode:
70
69
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)
72
71
- Using [PHPMyAdmin](../mysql/how-to-use-phpmyadmin.md)
73
72
74
73
### Using an SSH Tunnel to Circumvent Firewalls
@@ -182,7 +181,7 @@ To prevent incorrect deletion of database that are still in use, ensure yourself
182
181
183
182
- The database is not used anymore by checking it’s content.
184
183
- 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).
186
185
- You created a backup to ensure yourself you are able to restore the database if necessary.
187
186
188
187
When you are 100% sure it is safe to delete the database, issue the following command:
0 commit comments