Dear Support,
today i found "updates.log" on var/lib/mysql/ - the size is around 670GB,
its look like become bigger and bigger and taking all of hard drive size
What is make that log increasing every-time?
Here is the "my.cnf: file
[mysqld]
local-infile=0
skip-locking
skip-innodb
query_cache_limit=1M
query_cache_size=128M
query_cache_type=1
max_user_connections=60
max_connections=60
interactive_timeout=100
wait_timeout=28840
connect_timeout=28840
thread_cache_size=128
key_buffer=512M
join_buffer_size=1M
max_allowed_packet=16M
tmp_table_size=8192
table_cache=4096
max_heap_table_size=4096
record_buffer=1M
sort_buffer_size=4M
read_buffer_size=4M
read_rnd_buffer_size=4M
max_connect_errors=30
myisam_sort_buffer_size=64M
old-passwords
# Try number of CPU's*2 for thread_concurrency
thread_concurrency=4
server-id=1
# enable slow query log
#This is a great tool for checking what queries take too long
log-slow-queries=/tmp/slow_queries.log
log-update = /var/lib/mysql/updates.log
[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/lib/mysql/mysql.pid
open_files_limit=8192
[mysqldump]
quick
max_allowed_packet=16M
[mysql]
no-auto-rehash
#safe-updates
[isamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M
[myisamchk]
key_buffer=64M
sort_buffer=64M
read_buffer=16M
write_buffer=16M
[mysqlhotcopy]
interactive-timeout
My server specification is :
- Dual Intel Xeon, with 8GB RAM
regards,
darmasanthi