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
Describe protected access specifiers?
Differentiate between realloc() and free().
Which is better turbo c++ or dev c++?
What does std :: flush do?
Write a program to find the Factorial of a number
What is atoi?
Can I learn c++ without learning c?
What is const in c++?
What is a sequence in c++?
Explain selection sorting. Also write an example.
Is c the same as c++?
Does a derived class inherit or doesn't inherit?
What is a static element?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Which c++ operator cannot overload?