hiexam
oracle · 1z0-908 · Q603 · multiple_choice · topic_1

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

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
Explanation
Selected Answer: A A. installing and configuring the Connection Control plugin. This plugin is used to limit the number of connection attempts from a host, but it does not directly prevent SQL injection attacks.

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.