Apollo docker deployment record

Reading guide This paper records the process of deploying Apollo according to the official Apollo documents. The place worthy of reference is the pit. Assuming you have a certain understanding of Apollo, you won't introduce Apollo itself too much. For documents, please refer to: https://ctripcorp.github.io/apollo/#/zh/README The deploye ...

Added by xterra on Mon, 07 Mar 2022 22:04:46 +0200

Do you know all the log files in MySQL?

brief introduction This article summarizes and briefly introduces the logs in mysql, which will not be involved too deeply. The main purpose is to have a systematic understanding of the log files in MySQL. Each log file will be specifically analyzed and summarized later. Log classification Log files in MySQL include configuration files, erro ...

Added by djjamiegee on Thu, 03 Mar 2022 20:27:45 +0200

Lock problem under MySQL InnoDB

background knowledge Compared with InnoDB, MyISAM supports transactions and row level locks. When it comes to InnoDB locks, you have to mention transactions. So let's first understand some knowledge about transactions Transaction and its ACID attribute A transaction is a logical processing unit composed of a group of SQL statements. A ...

Added by techbinge on Tue, 14 Dec 2021 21:28:57 +0200