MySQL 8.0 Database Administrator — Question 130

Which three are requirements for a secure MySQL Server environment? (Choose three.)

Answer options

Correct answer: B, D, E

Explanation

Option B is correct because appropriate file system privileges are crucial for securing access to MySQL data. Option D is valid as encryption can protect data integrity and confidentiality, while option E emphasizes the importance of minimizing complexity by keeping the stack on one host. Options A, C, and F are not optimal practices as they do not directly contribute to a secure MySQL environment.