1.

The header that should be included first is ______________(a) my_global.h(b) my_sys.h(c) mysql.h(d) my_local.hI have been asked this question in an online interview.Query is from Database Maintenance, Backups and Replication topic in division MySQL Administration of MySQL

Answer»

Correct answer is (a) my_global.h

Explanation: The file ‘my_global.h’ takes care of including several other HEADER files that are likely to be GENERALLY useful, like ‘stdio.h’. It also INCLUDES WINDOWS compatibility information.



Discussion

No Comment Found

Related InterviewSolutions