Vidyalelo
MySQL · Q1118

MySQL

Programming · MySQL · question 1118

Q1118

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

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
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.