Google News
logo
MySQL - Quiz(MCQ)
Which of these is used during MySQL setup?
A)
mysqld_safe
B)
comp_err
C)
mysql.server
D)
mysqld_multi

Correct Answer :   comp_err


Explanation : The program ‘comp_err’ is used during the MySQL build or the MySQL installation process. This program compiles the error message files from the error source files. The others are not run during startup.

Advertisement