Examveda

The server sets its default time zone by examining its environment.

A. True

B. False

Answer: Option A

Solution (By Examveda Team)

This question asks if MySQL's server sets its time zone automatically based on the environment it's running in.

Think about it like this: If you have a computer in New York, and you install MySQL on it, would MySQL automatically know that it's in New York and set its time zone to EST?

The answer is False. MySQL doesn't automatically detect your time zone. You need to set it manually using commands like SET time_zone.

So, the correct answer is Option B: False.

This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous