MySQL Logs: redo log and bin log Explained
Overview
This article covers the core concepts of MySQL's transaction logs: redo log and bin log, focusing on the InnoDB storage engine. It explains the execution flow, important configuration parameters, and practical operations for viewing, managing, and recovering data using these logs.
1. InnoDB Storage Engine Execution Flow
1.1 Without a T ...
Posted on Mon, 14 Sep 2026 16:55:44 +0000 by josephicon