Vidyalelo
MySQL · Q244

MySQL

Programming · MySQL · question 244

Q244

In UNIX, the name of the option file is . . . . . . . .

A.
.my.cnf
Answer
B.
.my.ini
C.
.my.opt
D.
.my.opc

Answer: Option A

Solution

Answer: Option A
Solution:
This question is about how MySQL is configured on UNIX systems.

MySQL uses a special file called an option file to store settings and preferences.

On UNIX systems, this option file is named .my.cnf.

So the correct answer is Option A: .my.cnf

The other options are incorrect.