MySQL 8.0 Database Administrator — Question 136

Which two are true about differences between logical and physical upgrades of MySQL databases? (Choose two.)

Answer options

Correct answer: C, F

Explanation

Answer C is correct because logical upgrades do not involve restarting the mysqld process, making them quicker. Answer F is also correct as physical upgrades maintain the existing data, whereas logical upgrades require restoring data from backups. The other options either provide incorrect comparisons or misrepresent the upgrade processes.