You want to protect your MySQL database from SQL injection attacks.
Which method would not accomplish 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
Community Discussion