Buffers

Question

How many types of buffers does use MySQL?

Re: Buffers

Most of the memory MySQL allocates is used for various internal buffers and caches. These buffers fall into two major groups: global buffers and per-connection buffers.