From 814b4b8e40538704dabc340c0d8b9afd77b0f281 Mon Sep 17 00:00:00 2001 From: Cerdore Date: Tue, 24 Aug 2021 22:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87=E5=8F=A5=E5=AD=90=E4=B8=AD?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=B8=AD=E6=96=87=E5=8F=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cerdore --- ...\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/CharacteristicDescription/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" "b/content/zh/docs/CharacteristicDescription/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" index 7b8220cdc..b1533d191 100644 --- "a/content/zh/docs/CharacteristicDescription/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" +++ "b/content/zh/docs/CharacteristicDescription/\347\224\250\346\210\267\345\217\243\344\273\244\345\274\272\345\272\246\346\240\241\351\252\214\346\234\272\345\210\266.md" @@ -42,7 +42,7 @@ CREATE WEAK PASSWORD DICTIONARY WITH VALUES ('password1'), ('password2'); DROP WEAK PASSWORD DICTIONARY; ``` -其中"password1", "password2"是用户事先准备的弱口令,该语句执行成功后将会存入弱口令系统表中。 +其中“password1”, “password2”是用户事先准备的弱口令,该语句执行成功后将会存入弱口令系统表中。 当用户尝试通过CREATE WEAK PASSWORD DICTIONARY 插入表中已存在的弱口令时,会只在表中保留一条该弱口令。 -- Gitee