A

Admin • 802.91K Points
Coach

Q. The LOCAL capability for client library is enabled by . . . . . . . .

  • (A) -enabled-local-file
  • (B) $sth
  • (C) -enable-global-file
  • (D) -enable-local-file
  • Correct Answer - Option(B)
  • Views: 2
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
-enable-local-infile: This option enables the capability to load data from local files using the client library. It allows MySQL client programs to read data files from the client host rather than the server host. Enabling this option allows the use of the LOAD DATA LOCAL INFILE statement to load data from local files into database tables. It is a security feature that can be controlled by server administrators.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.