I would like to see "general query log" from innodb log file, so is there anybody know how to see / read those query logs?
I tried MySQL admin utility, it shows only error log and query log is disabled.
The answer is that you can not.
The ib_logfile* files do not contain queries, but rather 512-byte aligned instructions on how to re-apply changes made by queries. For example:
[Space-id] [Page-id] [Where-in-the-page-to-modify] [Payload]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With