Home » MYSQL » Mysql Setup » Question
  1. Which upgrade involves shutting down the old MySQL version and replacing the old binaries?
    1. logical
    2. system
    3. inplace
    4. illogical
    5. 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.



Your comments will be displayed only after manual approval.