The name of the option file in Unix is . . . . . . . .
A. .my.cnf
B. .my.ini
C. .my.opt
D. .my.opc
Answer: Option A
Solution (By Examveda Team)
This question is asking about the file that MySQL uses on Unix systems to store its configuration settings.The correct answer is Option A: .my.cnf.
Let's break down why:
* .my.cnf is the standard configuration file for MySQL on Unix systems. It contains settings that control how MySQL behaves, such as the location of data files, the default character set, and security options.
* .my.ini is the configuration file used on Windows systems.
* .my.opt and .my.opc are not valid MySQL configuration file names.
So, if you're working with MySQL on a Unix system, you'll want to find and modify the .my.cnf file to change its settings.

Join The Discussion