MySQL Architecture
MySQL can be divided into three layers: Client Layer, Server Layer, and Storage Engine.
Server Layer
The server Layer includes connectors, query cache, parser, optimizer, executor, and so on, which covers all the core services of MySQL. It also provi...
chaodu.hashnode.dev5 min read