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 7b8220cdcd9a1f5bade6b87e50a8b271941eef46..b1533d1915142d17c3b5b0d05b8ab2241aafa804 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 插入表中已存在的弱口令时,会只在表中保留一条该弱口令。