Question 5:
An Amazon RDS MySQL database instance is failing to reboot.Event logs show an error: “MySQL could not be started due to incompatible parameters”. What actions must be performed to resolve this issue?
Answer options:
A.Use SELECT VARIABLE_NAME, SESSION_VALUE, GLOBAL_VALUE statement to identify system variables that have custom values. Use SET statement to set any modified system variables to their default values. B.Select the default DB Parameter group in the RDS console. Choose the Reset Parameter Group Action to revert the parameters to their default values. C.Modify the RDS database instance to use the default DB Parameter Group. Reboot the instance. D.Compare the RDS database instance DB parameter group to the default parameter. Reset any custom parameters to their default values. Reboot the instance.