Mevcut my.cnf dosyam şöyle oldu:

[client]
#password	= your_password
port            = 3306
socket          = /var/lib/mysql/mysql.sock

[mysqld]
port            = 3306
socket          = /var/lib/mysql/mysql.sock

skip-external-locking
key_buffer_size = 500M
max_allowed_packet = 32M
table_open_cache = 1000
sort_buffer_size = 256K
read_buffer_size = 128K
read_rnd_buffer_size = 256K

myisam_sort_buffer_size = 64M
thread_cache_size = 16

query_cache_type = 1
query_cache_size = 30M
query_cache_limit = 1M

innodb_buffer_pool_size = 1200M

max_heap_table_size = 50M
tmp_table_size = 50M

local-infile=0
innodb_file_per_table=1

max_connections = 300
open_files_limit=25000

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash

[myisamchk]
key_buffer_size = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout