Tekil Mesaj gösterimi
  #13 (permalink)  
Alt 12.05.08, 01:48 AM
WHMSonic - ait Kullanıcı Resmi (Avatar)
WHMSonic WHMSonic isimli Üye şimdilik offline konumundadır
WHM Developer
 
Üyelik tarihi: Nov 2007
Mesajlar: 91
Tecrübe Puanı: 31
WHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond reputeWHMSonic has a reputation beyond repute
Alt kısımdaki komutları sırasıyla root SSH içerisinde uygulayınız;

cd /var/lib/mysql
rm -f mysql.sock

touch mysql.sock
chown mysql:mysql mysql.sock
chmod 1777 mysql.sock
ln -s /var/lib/mysql/mysql.sock /tmp
chmod 1777 /tmp


pico /etc/my.cnf

Bu dosyanın içi aynen alt kısımda görüldüğü gibi görünecek ekstra gördüğünüz tüm fazlalıkları ve satırları siliniz.

[mysqld]
set-variable = max_connections=500
safe-show-database


Dosyayı kayıt ediniz değiştirdiyseniz, son olarak alt kısımdaki iki komutuda uygulayıp sonucu buraya yazmanızı rica ederiz.

/scripts/mysqlup --force
/etc/rc.d/init.d/mysql restart
__________________
Regards,
We Develop The Future
The Revolution Of WHM/cPanel Plugins ( Automatic ShoutCast & IRC )
www.whmsonic.com
Alıntı ile Cevapla