-
Which upgrade involves shutting down the old MySQL version and replacing the old binaries?
-
- logical
- system
- inplace
- illogical
- None of these
Correct Option: C
The logical upgrade involves exporting existing data from the old MySQL version using mysqldump, installing the new MySQL version, loading the dump file into the new MySQL version.