Home » MYSQL » Connection » Question
  1. Which library file contains various portability macros and definitions?
    1. mysql.h
    2. my_local.h
    3. my_sys.h
    4. my_global.h
    5. None of these
Correct Option: C

The ‘my_sys.h’ header file contains a variety of portability macros and definitions required for structures and functions. These structures and functions are used by the client library.



Your comments will be displayed only after manual approval.