Readme中的DEK 轮转修复

This commit is contained in:
blue-lemon0104
2026-04-17 11:11:23 +08:00
parent 94c049b1e6
commit 37595bd51b
5 changed files with 12 additions and 46 deletions

View File

@@ -379,9 +379,9 @@ cmk rotate off;
--CK <cols> 轮换指定列密钥,多个列名用逗号分隔
--ALL 轮换所有密钥(表密钥+所有列密钥)
--EXAMPLES:
ROTATE DEK NOW users -TK;
ROTATE DEK NOW users -CK `name`,`email`;
ROTATE DEK NOW users -ALL;
ROTATE DEK NOW table_name -TK;
ROTATE DEK NOW table_name -CK colname1,colname2;
ROTATE DEK NOW table_name -ALL;
```
---