Anybody knows if there is a tool which could read the innodb redo log file and show us the readable content?
As we know the binlog is very useful for replication and recovery, but the performance is also affected very significantly. If we disable binlog,we only archive all redo log files which are placed in many groups. My question is whether we could recover our database from the redo log files when the accident happens. Is it work ?