File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Uninstall the data masking component
2
2
3
3
The following steps uninstall the component:
4
+ {.power-number}
4
5
5
6
1 . Uninstall the component with [ ` UNINSTALL_COMPONENT ` ] ( uninstall-component.md ) and the loadable functions.
6
7
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
+ ```
10
11
11
12
2. Drop ` masking_dictionaries` .
12
13
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
+ ` ` `
16
17
17
18
# # Useful links
18
19
19
20
[Install the data masking component](install-data-masking-component.md)
20
21
21
- [ Data masking component functions] ( data-masking-function-list.md )
22
+ [Data masking component functions](data-masking-function-list.md)
You can’t perform that action at this time.
0 commit comments