MySQLPerformanceResources How to reduce MySQL memory usage Posted on May 12, 2014 | by admin Locate you mysql configuration file (usally, my.ini or my.cnf) and add this: [mysqld] performance_schema = off