CBT MySQL Architecture 1

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 20

MySQL Architecture 1/2

• Client/server Architecture
• Comm. Protocls
• SQL Parser
• Storage Engine
Client/server Architecture

• MySQLD: Server
• Clients: Mysqladmin. Gui tools
• Non-client utilities: myisamcheck
• Connectors : ODBC
• Complied/ Source distros
• Multi-Platform
Communication Protocols

Nix Windows
Socket Name Pipes
Tcp/Ip Shared Memory
  Tcp/ip
   
Continue …

• --- skip-networking option disables


• Tcp/IP, ensuring local access
 
• >> Tcp/ip is defecto protocol
 
• MySQL Parser + storage Engine
• >> Client , select update, insert, delete
Upper Tier

Parser Optimizer
What kind of request? How best to ex-excuse the
statement?
   

Lower Tier






/bin/ folder
Start SERVICE.MSC

To see server variables;
….


You might also like