Mysql Başlatılamıyor.

  1. KısayolKısayol reportŞikayet pmÖzel Mesaj
    nurulmac11
    nurulmac11's avatar
    Kayıt Tarihi: 04/Ağustos/2012
    Erkek

    bugün yine oldu.

    http://www.webtrafficexchange.com/solved-mysql-crash-fatal-error-cannot-allocate-memory-buffer-pool

    burdaki yöntemle çözdüm. dursun kenarda.

     

    ## As a root user, perform the following:
    # dd if=/dev/zero of=/swap.dat bs=1024 count=512M
    # mkswap /swap.dat
    # swapon /swap.dat
    ## Edit the /etc/fstab, and the following entry.
    /swap.dat      none    swap    sw      0       0 
    (3) Reduce the size of MySQL buffer pool size
    
    ## Edit /etc/my.cnf, and add the following line under the [mysqld] heading.
    [mysqld]
    innodb_buffer_pool_size=64M
    Restart mysql and you're good to go. You'll have to continuously monitor MySQL process for a week or two to ensure that the server is running without memory allocation problem.

     


    black implies white, self implies other, life implies death.
Toplam Hit: 1308 Toplam Mesaj: 12