Displaying 1 result from an estimated 1 matches for "table_open_cach".
Did you mean:
table_open_cache
2013 Nov 11
1
Tuning MySQL - what's the best place for mysqld parameters?
...-server-5.1.69-1.el6_4.x86_64 and
run /usr/bin/mysql_secure_installation on
a CentOS 6.4 machine with mucho RAM (32 GB)
and I wonder, what would be the best place
for the mysqld parameters descibed at
http://dev.mysql.com/doc/refman/5.1/en/server-parameters.html
mysqld_safe --key_buffer_size=64M --table_open_cache=256 \
--sort_buffer_size=4M --read_buffer_size=1M &
Should I just edit the file /etc/init.d/mysqld or is
there a better place in CentOS for that (under sysconfig?)
Thanks
Alex