InterviewSolution
Saved Bookmarks
| 1. |
Which of these is used during MySQL setup?(a) mysqld_multi(b) mysql.server(c) mysqld_safe(d) comp_err |
|
Answer» Right option is (d) comp_err To explain: 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. |
|