As I’ve chosen to use only InnoDB for my tables, I wish to know which configuration values I may cut to save on memory.
Also, I understand that MyISAM is used anyway for temporary tables. It also seems like the default “MySQL” and “Information_Schema” databases use MyISAM. Can this be changed or am I stuck with MyISAM anyway?
Thanks