InterviewSolution
Saved Bookmarks
| 1. |
How many options can be used to control LOCAL capability at runtime?(a) 0(b) 1(c) 2(d) 3 |
|
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. |
|