Home » MYSQL » MySQL Connectors and APIs » Question
  1. Which flag is used to compile client programs that use MySQL header files?
    1. -U
    2. -A
    3. -O
    4. -I
    5. None of these
Correct Option: D

The ‘-I’ option is specified when the client programs are compiled that use the MySQL header files. The compiler can easily find these header files when the ‘-I’ option is used.



Your comments will be displayed only after manual approval.