- 5
- 0
- 约2.15万字
- 约 16页
- 2021-01-28 发布于北京
- 举报
第一题:
A Mysql Server has been running an existing application successfully for six months.The f is adjusted to contain the following additional configuration:[mysqld]default-authentication-plugin=sha256_passwordThe Mysql Server is restarted without error.What effect will the new configuration have in existing accounts?A.They will have their passwords updated on start-up to sha256_password formatB.They will have to change their password the next time they login to the serverC.They are not affected by this configuration changeD.They all connect via the secure sha256_password algorithm without any configuration change.答案:C分析:default-authentication-plugin的作用是为了在create user时默认其所使用的密码加密格式。其和已经建立的用户所使用的密码格式无关,因此A,B错。在客户端工具进行连接时,服务端会在mysql.user表中进行匹配,以了解对应登陆用户所使用的密码格式,并以此授权方式进行登陆验证,因此D错。参考: /doc/refman/5.6/en/sha256-authentication-plugin.html
第二题:
What are three actions performed by the mysql_secure_installation tool?A.It prompts you to set the root user account password.B.It checks whether file permissions are appropriate within datadir.C.It asks to remove the test database, which is generated at installation time.D.It can delete any anonymous accounts.E.It verifies that all users are configuration with the longer password hash.答案:ACD分析:mysql_secure_installation脚本工具仅可做以下四件事:1. 设置root用户密码2. 去除root用户的非本地访问账号3. 去除匿名用户账号4. 去除test数据库。参考: /doc/refman/5.6/en/mysql-secure-installation.html
第三题:
Consider the query:?Mysql SET? @run?= 15;Mysql EXPLAIN SELECT objective, stage, COUNT(stage)FROM iteminformationWHERE run=@run AND objective=7.1GROUP BY objective,stageORDER BY stage;The iteminformation table has the following indexes;?Mysql SHOW INDEXES FROM iteminformation:?This query is run several times in an application with different values in the WHERE clause in a growing data set.What is the primary improvement that can be made for this scenario?A.Execute the run_2 index because it has caused a conflict in the choic
您可能关注的文档
- 综合自动化系统的维护与调试技能模块 变电站综自系统的监控数据库构建 监控数据构建 6.docx
- 综合自动化系统的维护与调试技能模块 变电站综自系统的遥测测试校验 02 变电站综自系统的遥测测试校验.docx
- 组织行为学 组织行为学 1分钟小动画-他适合做创意策划师吗?大五人格分析.docx
- 组织学与胚胎学 淋巴组织 器官系统-免疫系统-淋巴组织-淋巴组织.doc
- 钻井施工技术 金刚石钻头 金刚石钻头.doc
- 钻石鉴定与分级 钻石报价表的使用方法 钻石报价表的使用方法.docx
- 钻石鉴定与分级 钻石鉴定与分级 钻石报价表.docx
- 罪犯心理分析(老版) 心理定量分析 仿真监狱..doc
- 作物生长环境 农业土壤资源的利用 我国区域性土壤剖面及场景.docx
- 作物生长环境 新技术培训包、营养元素与作物生长发育 作物缺氮(氮素过多)症状图谱-北方果树.docx
原创力文档

文档评论(0)