Öncelikle ilgilendiğiniz için teşekkür ederim.
Information' daki Disk bilgileri:
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 226G 16G 199G 8% /
/dev/sda1 190M 28M 153M 16% /boot
none 942M 0 942M 0% /dev/shm
/usr/tmpDSK 485M 17M 443M 4% /tmp
/tmp 485M 17M 443M 4% /var/tmp
--------------------------------------------------
# The MySQL server
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 750M
tmp_table_size = 128M
max_allowed_packet = 2M
table_cache = 4M
sort_buffer_size = 8M
read_buffer_size = 8M
read_rnd_buffer_size = 32M
myisam_sort_buffer_size = 128M
thread_cache_size = 32
query_cache_size = 128M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8
max_connections = 200
wait_timeout = 1800
connect_timeout = 10
# Replication Master Server (default)
# binary logging is required for replication
log-bin
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates
[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 4M
write_buffer = 4M
[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 4M
write_buffer = 4M
[mysqlhotcopy]
interactive-timeout
Bu da my.cnf dosyasındaki içeriğin iş görecek kısımlarıydı Tahsin bey...