Before relocation of database, the server should be stopped if running.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
This question is about the safety of relocating a database in MySQL.Imagine your database is like a big library full of important information.
If you want to move this library to a new location, you need to make sure no one is using the books while you're moving them, right?
The same applies to your database. If the server is running, it means people are using the database (like borrowing books from the library).
To avoid data loss or corruption during the move, you need to stop the server (close the library) before you start relocating the database.
Therefore, the answer is Option A: True.

Join The Discussion