Q: 15
Analyze the hex representation of mysql-bin.000013 file in the screenshot below. Which of the
following will be an inference from this analysis?


Options
Discussion
Option D had something just like this in a mock exam. INSERT with 'bad_guy' really only fits new user creation.
D , the hex shows INSERT for 'bad_guy' so new user made.
D , but only because the hex dump actually shows an INSERT INTO statement with 'bad_guy' as the userlogin. If it were UPDATE or REPLACE instead of INSERT, then one of the other options might fit. Seen a similar trick on exam practice questions.
Call it it's D. The hex shows an INSERT for 'bad_guy' which matches new WP user creation.
Its D but that's only if it really is an INSERT and not something like REPLACE in the binary log.
D imo, since it's clear from similar practice that the insert statement is adding 'bad_guy' as a user. Official guide and reviewing lab hex dumps really help with these.
Be respectful. No spam.