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
What is an arraylist c++?
If I is an integer variable, which is faster ++i or i++?
Why c++ is called oop?
What is the exit function in c++?
Do we have to use initialization list in spite of the assignment in constructors?
What are the benefits of oop in c++?
What is c++ similar to?
What is scope in c++ with example?
What are abstract data types in c++?
Explain this pointer?
Why Pointers are not used in C++?
What is vectorial capacity?
What is an operator in c++?
How can virtual functions in c++ be implemented?
What is istream and ostream in c++?