|
From: Jonathan W. <my...@ka...> - 2007-08-28 19:50:26
|
On 28/08/07, Tapas Panda <tap...@ne...> wrote: > > I installed mysql on my linux box. I need to connect from c++ to my sql > using c mysql api. But the problem with my sql installation the include and > library files are not installed. What to do? please suggest. > This list is for mysqlcppapi, not the C API. If you want to use a C++ API, I suggest you look at mysql++ instead, it's a better library now. If you want to use the C API, you'll need to install the development package that includes the headers and libs. How to do that depends on your operating system and is off-topic for this mailing list. Regards, Jonathan |