I'd bump up these two settings.
innodb_buffer_pool_size=32M
innodb_additional_mem_pool_size=16M
I'm not sure what the max is on innodb_buffer_pool_size,
but that is where innodb caches data. The more that is in cache
means less disk reads which equals speed.
walt
K Old wrote:
>
> Hello ever
Hello everyone,
I am using a product that came packaged with Mysql 4.0.8-gamma and I
believe our configuration settings in my.cnf are too low and was wanting
a second opinion, and I'm aware of the my-huge.cnf file that comes
bundled with the mysql source and our variables are set way below the
my-