Vidyalelo
MySQL · Q755

MySQL

Programming · MySQL · question 755

Q755

Which library file contains various portability macros and definitions?

A.
my_global.h
B.
my_sys.h
Answer
C.
mysql.h
D.
my_local.h

Answer: Option B

Solution

Answer: Option B
Solution:
This question asks about a special file in MySQL that holds important information for making the database work on different types of computers.

Think of it like a set of instructions that tells MySQL how to behave based on the computer it's running on.

Out of the options given, the file that holds these instructions is called my_sys.h.

So the answer is Option B: my_sys.h.