Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

A brief introduction to the Startup process of MySQL Database

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

1. Read the transaction log and get the most recent checkpoint.

two。 Traverse the system tablespace, get the double_write, check the page

Synchronize data to a separate tablespace.

3. Go through the things after the checkpoint and redo the data.

According to [space_id,page_no] and data, execute redo.

Read the transaction log and the page corresponding to the table data file to memory.

Apply the data in the transaction log to the data file.

4. Read data dictionary information. Initialize to memory.

5. Traverses the system tablespace, reads undo, and executes rollback.

6. Start innodb threads such as master.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report