Having problems with InnoDB.

2003-10-14 Thread Daniel Franco
I use both kinds of tables in my softawares, MyISAM and InnoDB, but since I started trying using InnoDb, some problems with that kind of thable has been occured. Sometimes when I try to connect to an InnoDB, the server answers that the table does not exist, but it's there, I can see it in my

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 ? --