Home » MYSQL » Mysql Setup » Question
  1. How many options can be used to control LOCAL capability at runtime?
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: B

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.



Your comments will be displayed only after manual approval.