Home » MYSQL » Mysql Setup » Question
  1. Which upgrade involves exporting existing data using mysqldump?
    1. logical
    2. illogical
    3. system
    4. inplace
    5. None of these
Correct Option: A

The in-place upgrade involves shutting down the old MySQL version, replacing the old MySQL binaries or packages with the new ones, restarting MySQL on the existing data directory, and running mysql_upgrade.



Your comments will be displayed only after manual approval.