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).query_cache_size to disable query cache (a bit useless for low traffic sites).