Home » MYSQL » MySQL Optimization » Question
  1. Which option turns on the –extended-insert?
    1. –op
    2. –optimize
    3. –opt
    4. –opti
    5. None of these
Correct Option: C

If the –opt option is enabled it turns on the –extended-insert option, which produces multiple row INSERT statements and some other options that allow the dump file to be processed more efficiently.



Your comments will be displayed only after manual approval.