MySQL Forums
Forum List  »  InnoDB

Re: Difference between ib_logfile and the binary log file
Posted by: Leo Hopkins
Date: December 06, 2007 04:30AM

I work on linux so i can guide on dat.
Well on linux, go to the folder where ur mysqlbinlog files are there and there then use the command to read the binary log file in ASCII characters

$ mysqlbinlog mysql-bin.<logfile-number*>

* logfile-number is the actual logfile id u want to read.

Same can b done to read the iblogfile i.e. go to the folder where ur iblogfile resides and dere use the command

$ strings ib_logfile<file-no.**>

** file-no is the id of the iblogfile

I hope u r clear with this.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.