mysql8.0英文OCP考试第71-80题

This blog covers questions 71 through 80 in the MySQL 8.0 OCP certification exam, focusing on topics like configuration settings, storage engines, index statistics, backup strategies, user password management, binary log encryption, capacity planning, and join algorithms." 114109016,2116373,SQL左关联为何会出现空结果,"['SQL', '数据开发', '数据库', 'OLAP']
摘要由CSDN通过智能技术生成

Q71.MySQL is installed on a Linux server with this configuration:

[mysqld]

user=mysql

datadir=/data/mysql

Which method sets the default authentication to SHA-256 hashing for authenticating user account passwords?

A)Set validate-user-plugins=caching_sha2_password in the configuration file.

B)Add default_authentication_plugin=sha256_password in the configuration file.

C)Add default_authentication_plugin=mysql_native_password in the configuration file.

D)Define CREATE USER ''@'%' IDENTIFIED WITH sha256_password in the MySQL instance.

Answer:B

Q72.Examine these statements, which execute successfully:

TRUNCATE test;

BEGIN;

INSERT INTO test(id, name) VALUES(1, "HELLO");

ROLLBACK;

SELECT id FROM test;

Which three storage engines would return a nonempty recordset for the test table when executing the statements?

A)BLACKHOLE

B)MEMORY

C)MyISAM     

D)InnoDB

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值