Sir infact yes it is a homework problem. I am free these days and my friend came up with this problem. Thats what we do in our spare time. I already have C++ mysql connector installed and can connect to mySql data base. All i want to know is how to get Plugin details from the program.
On Fri, Dec 10, 2010 at 1:20 PM, Gora Mohanty <[email protected]> wrote: > 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 > _______________________________________________ Ilugd mailing list [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd
