Low End Box » Wiki

Hosting Websites on Bare Minimum VPS/Dedicated Servers
[[mysql]]
 
Table of Contents

MySQL

Tips

  • Add skip-bdb and skip-innodb if you do not need those extra database engines. Especially with InnoDB – using MyISAM-only can save you a lot of memory (and many apps work fine with MyISAM).
  • Remove query_cache_size to disable query cache (a bit useless for low traffic sites).

Related Articles

 
mysql.txt · Last modified: 2009-08-23 23:23 by lowendadmin