How to reduce MySQL memory usage
Locate you mysql configuration file (usally, my.ini or my.cnf) and add this: [mysqld] performance_schema = off
Locate you mysql configuration file (usally, my.ini or my.cnf) and add this: [mysqld] performance_schema = off
You must be logged in to post a comment.