You wish to protect your MySQL database against SQL injection attacks.
Which method would fail to do this?
- A.installing and configuring the Connection Control plugin
- B.avoiding concatenation of SQL statements and user-supplied values in an application
- C.using stored procedures for any database access
- D.using PREPARED STATEMENTS