Forcing the MySQL Server to Free Memory ======================================= Author: Momchil Ivanov Date : 2013.12.08 Introduction ------------ This article describes how to force the MySQL server to free memory. Method ------ Execute the following query: FLUSH TABLES; FLUSH LOGS;