InterviewSolution
Saved Bookmarks
| 1. |
For which of these is the startup option best suited?(a) entire data directory(b) individual database tables(c) server PID file(d) individual database directoriesI have been asked this question in an online quiz.I'd like to ask this question from Relocating Data Directory Contents in portion MySQL Data Directory of MySQL |
|
Answer» RIGHT answer is (C) server PID file Best explanation: The startup option is BETTER suited relocation method for server PID file and the log FILES, while symlink is an applicable relocation method for the individual DATABASE tables. |
|