Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.67/5 (6 votes)
See more:
How to 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 maximum number of concurrent threads that the InnoDB plug-in can create.
Posted
Updated 22-Nov-10 18:25pm
v3
Comments
Sandeep Mewara 21-Nov-10 3:44am    
No effort and urgent
OriginalGriff 21-Nov-10 3:47am    
Give it a try. Look through your lecture notes, and try it out. You never know, you might be good at this. After all, if you aren't then a career saying "Do you want fried with that?" or "Here is your pizza, sorry it's late" beckons.
Richard MacCutchan 21-Nov-10 3:50am    
Yet another question copied straight from the test paper. You are even too lazy to remove the "your program should ..." instructions.
Keith Barrow 21-Nov-10 7:00am    
See other comments for my vote of 1.
imagiro 23-Nov-10 3:22am    
1) Start you computer
2) Start an editor
3) Type the appropriate commands
4) Compile the program

you might check a Windows registry key
 
Share this answer
 
Comments
chandra sekhar rath 14-Mar-11 1:54am    
where is answer
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 maximum number of concurrent threads that the InnoDB plug-in can create.
 
Share this answer
 
Comments
chandra sekhar rath 14-Mar-11 1:53am    
i didn't got any source code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900