InterviewSolution
Saved Bookmarks
| 1. |
The LOCAL capability for client library is enabled by ______________(a) –enabled-local-file(b) –enable-local-infile(c) –enable-global-file(d) –enable-local-file |
|
Answer» Correct option is (b) –enable-local-infile The explanation: At build time LOCAL capability for the client library can be enabled or disabled by default. The ‘–enable-local-infile’ or ‘–disable-local-infile’ option is used when running configure. |
|