1.

How many options can be used to control LOCAL capability at runtime?(a) 0(b) 1(c) 2(d) 3This question was addressed to me during an internship interview.This is a very interesting question from Enabling or Disabling LOCAL Capability for LOAD DATA topic in portion General MySQL Administration of MySQL

Answer»

The correct choice is (c) 2

To explain I would say: At runtime, the server can be started with the ‘–local-infile’ or ‘–skip-local-infile’ OPTIONS to enable or DISABLE ‘LOCAL’ CAPABILITY on the server side. It can be enabled at build time too.



Discussion

No Comment Found

Related InterviewSolutions