How to reduce MySQL memory usage

MySQLPerformanceResources

 

 

 

Locate you mysql configuration file (usally, my.ini or my.cnf) and add this:

[mysqld]
performance_schema = off 

Leave a Reply