-
The MySQL clients are linked with _____________.
-
- -cmysqlclient
- -vmysqlclient
- -lmysqlclient
- -dmysqlclient
- 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.