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
@@ -125,7 +125,7 @@ Voila, now your Hypernode database is reachable through localhost port 3306!
125
125
126
126
Use the following command using SSH:
127
127
128
-
```console
128
+
```bash
129
129
magerun db:dump -n -c gz -s @stripped
130
130
```
131
131
@@ -158,7 +158,7 @@ Hypernode offers several version of MySQL to be able to meet te requirements of
158
158
159
159
To upgrade your MySQL version you can use [the hypernode-systemctl tool](../tools/how-to-use-the-hypernode-systemctl-cli-tool.md#mysql) through the command line.
@@ -214,7 +214,7 @@ How you change the database password depends on what version of MySQL you are ru
214
214
215
215
Login to your MySQL server via the following command:
216
216
217
-
```console
217
+
```bash
218
218
mysql
219
219
```
220
220
@@ -234,7 +234,7 @@ exit;
234
234
235
235
Login to your MySQL server via the following command
236
236
237
-
```console
237
+
```bash
238
238
mysql
239
239
```
240
240
@@ -256,7 +256,7 @@ Remember to update your `~/.my.cnf` with your new password so you could easily l
256
256
257
257
Login to your MySQL server via the following command
258
258
259
-
```console
259
+
```bash
260
260
mysql
261
261
```
262
262
@@ -282,7 +282,7 @@ Remember to update your `~/.my.cnf` with your new password so you could easily l
282
282
283
283
You can upgrade the MySQL version on your Hypernode from 5.6 to 5.7 with the following command:
284
284
285
-
```console
285
+
```bash
286
286
hypernode-systemctl settings mysql_version 5.7
287
287
```
288
288
@@ -294,7 +294,7 @@ You can then check with `livelog` when the process has finished and your MySQL v
294
294
295
295
Before you can upgrade to MySQL 8.0 you first need to upgrade the MySQL version to 5.7 and wait for this process to finish. Once that is done, you can upgrade the MySQL version on your Hypernode from 5.7 to 8.0 with the following command:
0 commit comments