Configuring MySql 5.4 on RHL5.

0 votes
No avatar asked by (120 points) about MySQL Community Server
edited by

1 Answer

0 votes
No avatar answered by (193k points)

# yum install mysql-server mysql

# chkconfig mysqld on
# /etc/init.d/mysqld start

query_cache_type               = 1
query_cache_limit              = 1M
query_cache_size               = 32M
tmp_table_size                 = 32M
max_heap_table_size            = 32M
max_connections                = 500
thread_cache_size              = 50
open_files_limit               = 65535
table_definition_cache         = 4096
table_open_cache               = 512

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...