1.

Which upgrade involves exporting existing data using mysqldump?(a) inplace(b) logical(c) illogical(d) systemThis question was addressed to me in final exam.Asked question is from Updating MySQL topic in portion General MySQL Administration of MySQL

Answer»

Correct answer is (B) logical

To ELABORATE: 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.



Discussion

No Comment Found

Related InterviewSolutions