How to read ib_logfile0?

I got the ib_logfile0 file.

Now I want to read the file. How can i do the same?

The main motive for this is that I need to understand the schema for the list of tables for which the ib_logfile0 tag is tagged. Is it worth the effort by reading this file for the indicated purpose.

Thank you for your time.

Thanks and respect,

SachinJadhav.

+3
source share
1 answer

The following command will give you a list of table names and some garbage, but you should be able to recognize the names of the tables to which it refers.

strings ib_logfile0
-1
source

All Articles