Home » MYSQL » MySQL Connectors and APIs » Question
  1. The MySQL clients are linked with _____________.
    1. -cmysqlclient
    2. -vmysqlclient
    3. -lmysqlclient
    4. -dmysqlclient
    5. None of these
Correct Option: C

MySQL clients should be linked using the ‘-lmysqlclient’ option in the link command. A ‘-L’ option is also need to be specified to tell the linker where to find the library for it.



Your comments will be displayed only after manual approval.