单项选择题
在进行InnoDB 崩溃恢复的过程中,希望在回复过程中不执行插入缓存的合并操作,那么innodb_force_recovery 参数的值应该设置为()。
A.3
B.4
C.5
D.6
点击查看答案&解析
相关考题
-
单项选择题
关于InnoDB 的关闭参数innodb_fast_shutdown 说法正确的是()。
A.值为0表示在InnoDB 关闭时,需要purge all,mer insert buffer,flush dirty page
B.值为1表示在InnoDB 关闭时,不需要purge all,只需要mer insert buffer,flush dirty page
C.值为2表示在InnoDB 关闭时,需要purge all,mer insert buffer,不需要flush dirty page
D.值为3表示在InnoDB 关闭时,不需要purge all,mer insert buffer,flush dirty page -
单项选择题
查看二进制日志mysql-bin.000001的时间和位置的命令是()。
A.mysqlbinlog mysql-bin.000001
B.show binlog events in ’mysql-bin.000001’
C.mysqlbinlog ’mysql-bin.000001’
D.show binlog events in mysql-bin.000001 -
单项选择题
如果误删除了employees 数据库中的数据表departments ,现使用()命令回复SQL 格式的备份数据。
A.mysql-uroot-p123456employees< departments.sql
B.mysql-uroot-p123456employees>departments.sql
C.mysql-uroot-p123456employees departments< departments.sql
D.mysql-uroot-p123456employees departments>departments.sql
