Write a C/C++ program that connects to a MySQL server and
checks if the InnoDB plug-in is installed on it. If so, your
program should print the total number of disk writes by MySQL.

Answer Posted / susmita

Actually it is not answer.I have a question.how can we run the C program connecting to the MYSQL server?

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

643


What is capacity in vector in c++?

553


Define a conversion constructor?

627


What are signs of manipulation?

599


What is the difference between structure and class?

564






What is the difference between a type-specific template friend class and a general template friend class?

564


How can a struct in c++ differs from a struct in c?

616


What are the benefits of c++?

574


What is c++ coding?

660


Explain binary search.

581


What is lambda in c++?

582


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

2088


Will a catch statement catch a derived exception if it is looking for the base class?

567


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

635


What is the difference between object-oriented programming and procedural programming?

706