-
Which upgrade involves exporting existing data using mysqldump?
-
- logical
- illogical
- system
- inplace
- 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.