MySQL 8.0 Database Administrator — Question 63

You wish to protect your MySQL database against SQL injection attacks.
Which method would fail to do this?

Answer options

Correct answer: A

Explanation

The correct answer is A because the Connection Control plugin does not specifically address SQL injection vulnerabilities; it primarily manages user connections. Options B, C, and D are all effective methods to prevent SQL injection by using best practices in handling SQL commands and user inputs.