1.

Which upgrade involves shutting down the old MySQL version and replacing the old binaries?(a) inplace(b) logical(c) illogical(d) systemThe question was asked in a job interview.This key question is from Updating MySQL in chapter General MySQL Administration of MySQL

Answer»

The correct choice is (a) inplace

To EXPLAIN I WOULD say: 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.



Discussion

No Comment Found

Related InterviewSolutions