Hello MySQL Gurus,
I'm using MySQL 3.23.49-log on Debian Linux 2.4.18-bf2.4.
I am using replication over ssh tunnels, and one of the slaves is apparently
in need of performance tuning.
After reviewing the status and variable settings (detailed below) and the
MySQL online manual, I decided tha
qld,
reset the slave, and did a "change master to" to set the correct new
logging parameters. Alas, no luck, we *still* have a 16M key buffer
size!
Any other suggestions on what I could try?
thanks,
Liz
On Thursday 27 February 2003 05:41, Liz Derr wrote:
>
>> I'm
> I'm using the same MySQL version on debian and have no problem
> setting the key_buffer size. I take it you are setting
> "key_buffer" and not "key_buffer_size" in the my.cnf file ?
> eg.
> set-variable= key_buffer=32M
Yes, this is what I'm doing.
> Are you saying that running "change mas