Skip to content

Commit 4679a2c

Browse files
authored
Update concepts-migrate-mydumper-myloader.md
corrects code block build error
1 parent 9fbb3d6 commit 4679a2c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/mysql/migrate/concepts-migrate-mydumper-myloader.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ Before you begin migrating your MySQL database, you need to:
4242

4343
4.
4444

45-
* Update the package index on the Azure VM running Linux by running the following command:
46-
```bash
47-
sudo apt update
48-
```
49-
* Install the mysql client package by running the following command:
50-
```bash
51-
sudo apt install mysql-client
52-
```
45+
* Update the package index on the Azure VM running Linux by running the following command:
46+
```bash
47+
sudo apt update
48+
```
49+
* Install the mysql client package by running the following command:
50+
51+
```bash
52+
sudo apt install mysql-client
53+
```
5354

5455
## Install mydumper/myloader
5556

0 commit comments

Comments
 (0)