Q630
If the scheduler is stopped, no events run.
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
Solution:
This question asks about the behavior of the scheduler in MySQL. The scheduler is responsible for running scheduled events, like tasks that need to be performed at specific times.If the scheduler is stopped, it means that it's not actively checking for events that should be run. So, if the scheduler is stopped, no events will run.
Therefore, the correct answer is Option A: True.