Re: Emergency backup from *.frm *.MYD *.MYI files

2012-06-08 Thread Reindl Harald
Am 09.06.2012 03:29, schrieb Keith Keller: > On 2012-06-09, Miguel Cardenas wrote: >> I'm still backing up and will take some time before restore the >> system, in the mean time I want to know if I can restore the databases >> from the *.frm *.MYD and *.MYI files, maybe creating the databases >>

Re: Emergency backup from *.frm *.MYD *.MYI files

2012-06-08 Thread Keith Keller
On 2012-06-09, Miguel Cardenas wrote: > > My linux system died due a bad system driver and it does not boot > ANYMORE, I am backing up my data files to restore a previous worlking > backup of the whole system that DOES NOT INCLUDE THE DATABASES... I hope you will be correcting that in the future!

Emergency backup from *.frm *.MYD *.MYI files

2012-06-08 Thread Miguel Cardenas
Hello My linux system died due a bad system driver and it does not boot ANYMORE, I am backing up my data files to restore a previous worlking backup of the whole system that DOES NOT INCLUDE THE DATABASES... I'm still backing up and will take some time before restore the system, in the mean time

Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Claudio Nanni
Simon, yes it is C, C++ here: http://dev.mysql.com/downloads/connector/cpp/ I did not work with this libraries and to be honest I do not know about their performances, If you have the chance it would be extremely useful for the community having some tests done with both APIs. Cheers Claudio

Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Simon Walter
On 06/08/2012 01:55 AM, Claudio Nanni wrote: Hi, you guys don't like the official API? http://dev.mysql.com/downloads/connector/c/ That's C isn't it? I think there is also a C++ connector. I'm interested to hear how that performs. It seems like a waste of time to write a bunch of wrappers