Following a server crash, the automatic recovery of InnoDB fails. How would you begin to manually repair the InnoDB tables?()
A:Start the server with the – innodb_recover_options option set to FORCE
B:Start the server with the – innodb_force_recovery option set to a non-zero value
C:Start the server as usual, and then execute the REPAIR TABLE command
D:Start the server as usual, and then execute the CHECK TABLE command
出自:Oracle认证