312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 312


Shane, a forensic specialist, is investigating an ongoing attack on a MySQL database server hosted on a Windows machine with SID `WIN-ABCDE12345F.`

Which of the following log file will help Shane in tracking all the client connections and activities performed on the database server?

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
Cisco103Option: D
Dec 8, 2024

that easy log file is .log

044f354Option: B
Dec 16, 2024

B - the binary log provides the detailed logging required for forensic investigations into database attacks. ----- A. WIN-ABCDE12345F.err (Error Log) This file logs error messages, startup, and shutdown events. B. [CORRECT] WIN-ABCDE12345F-bin.n (Binary Log) The binary log is a critical component of MySQL. It records all changes made to the database, such as queries that modify data (INSERT, UPDATE, DELETE). It also logs client connections and session activity, which makes it invaluable for forensic analysis. C. WIN-ABCDE12345F.pid (Process ID File) This file contains the process ID of the running MySQL server. D. WIN-ABCDE12345F.log (General Log) The general log records every query and command executed on the server, including connection and disconnection information.