An admin attempts to enforce stronger security by using these commands:
The admin then leaves the system running with the specified changes. What are two remaining security concerns?
A. validate_password_policy cannot be set without restarting the MySQL instance.
B. The name of the dictionary file is too obvious.
C. The dictionary file word list is too short.
D. validate_password_dictionary_file cannot be set without restarting the MySQL instance.
E. The validate_password plug-in has not been loaded.
F. The dictionary file is an insecure location.
Answer:CF
A. validate_password_policy参数的配置不重启不生效
B. dictionary file的名字太显眼
C. dictionary file中的word list太短
D. validate_password_dictionary_file参数的配置不重启不生效
E. validate_password插件未被加载
F. dictionary file存放在了一个不安全的位置
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
- 上一篇:Mysql OCP 58题
- 下一篇:Mysql OCP 60题