InterviewSolution
Saved Bookmarks
| 1. |
Before relocation of database, the server should be stopped if running.(a) True(b) FalseI have been asked this question during an online interview.My enquiry is from Relocating Data Directory Contents in division MySQL Data Directory of MySQL |
|
Answer» CORRECT answer is (a) True For explanation: The server ALWAYS looks for the database directories in the data directory. The only way to RELOCATE a database is by the symlink method. The server should be stopped if RUNNING. |
|