Log files used by InnoDB.

2003-10-14 Thread Daniel Franco
InnoDB uses some log files that are placed in the directory 'MySQL / data'. What are those files ? Why and when InnoDB needs to save those logs ? I had a problem whith those files and now all my InnoDB stopped working, only the MyISAM tables are working, how can I recovery data from them ? --

Re: Log files used by InnoDB.

2003-10-14 Thread Paul DuBois
At 17:22 -0300 10/14/03, Daniel Franco wrote: InnoDB uses some log files that are placed in the directory 'MySQL / data'. What are those files ? Why and when InnoDB needs to save those logs ? InnoDB uses them to record ongoing changes being made by transactions, and for auto-recovery after a