The LOCAL capability for LOAD DATA does not need to be enabled explicitly.
(a) True
(b) False
This question was posed to me in examination.
The origin of the question is Enabling or Disabling LOCAL Capability for LOAD DATA topic in section General MySQL Administration of MySQL
(a) True
(b) False
This question was posed to me in examination.
The origin of the question is Enabling or Disabling LOCAL Capability for LOAD DATA topic in section General MySQL Administration of MySQL
Correct answer is (a) True
Explanation: The ‘LOCAL’ capability for the ‘LOAD DATA’ statement does not need to be enabled explicitly. It can be controlled at build time and at runtime. This can be achieved in two ways.