Skip to content

Commit 81edcbd

Browse files
Fix the numbered list (8.0) (#391)
* Fix the numbered list Update uninstall-data-masking-component.md * Update uninstall-data-masking-component.md
1 parent 3cf05fb commit 81edcbd

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# Uninstall the data masking component
22

33
The following steps uninstall the component:
4+
{.power-number}
45

56
1. Uninstall the component with [`UNINSTALL_COMPONENT`](uninstall-component.md) and the loadable functions.
67

7-
```{.bash data-prompt="mysql>"}
8-
mysql> UNINSTALL COMPONENT 'file://component_masking_functions';
9-
```
8+
```{.bash data-prompt="mysql>"}
9+
mysql> UNINSTALL COMPONENT 'file://component_masking_functions';
10+
```
1011

1112
2. Drop `masking_dictionaries`.
1213

13-
```{.bash data-prompt="mysql>"}
14-
mysql> DROP TABLE mysql.masking_dictionaries;
15-
```
14+
```{.bash data-prompt="mysql>"}
15+
mysql> DROP TABLE mysql.masking_dictionaries;
16+
```
1617

1718
## Useful links
1819

1920
[Install the data masking component](install-data-masking-component.md)
2021

21-
[Data masking component functions](data-masking-function-list.md)
22+
[Data masking component functions](data-masking-function-list.md)

0 commit comments

Comments
 (0)