On Thu, Dec 9, 2010 at 11:03 PM, rajkamal bhardwaj <[email protected]> wrote: > I have ubuntu 10.4 and have installed MySQL. > I need 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. > And I need to do that ass soon as possible. > Please if someone can help.
This sounds suspiciously like a homework problem. The C++ mysql connector should get you started: http://lmgtfy.com/?q=mysql+c%2B%2B+connector If you have problems using it, please follow up here, showing your code, and exactly where you are facing a problem. Regards, Gora _______________________________________________ Ilugd mailing list [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd
