• 26-01-2015, 16:10:03
    #19
    Üyeliği durduruldu
    hasip adlı üyeden alıntı: mesajı görüntüle
    mysql Ver 14.14 Distrib 5.6.22, for Linux (i686) using EditLine wrapper

    14.14 müş hocam.
    merhaba

    5.6 mysql versiyonunuz.ssh bilgilerini pm ile atarmısınız

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 16:10:03 -->-> Daha önceki mesaj 15:57:00 --

    hasip adlı üyeden alıntı: mesajı görüntüle
    mysql Ver 14.14 Distrib 5.6.22, for Linux (i686) using EditLine wrapper

    14.14 müş hocam.
    merhaba

    innodb_buffer_pool_size değerini gözümden kaçmış düzelttim.şuan sorunsuz çalışıyor mysql stabil şekilde

    ilgili cnf

    [mysqld]
    local-infile=0
    bind-address=127.0.0.1
    skip-networking
    key_buffer_size = 512M
    myisam_sort_buffer_size = 64M
    read_buffer_size = 1M
    table_open_cache = 5000
    thread_cache_size = 384
    wait_timeout = 20
    connect_timeout = 10
    tmp_table_size = 256M
    max_heap_table_size = 256M
    max_allowed_packet=268435456
    net_buffer_length = 16384
    concurrent_insert = 2
    read_rnd_buffer_size = 786432
    bulk_insert_buffer_size = 8M
    query_cache_limit = 5M
    query_cache_size = 128M
    query_cache_type = 1
    query_prealloc_size = 262144
    query_alloc_block_size = 65535
    transaction_alloc_block_size = 8192
    transaction_prealloc_size = 4096
    innodb_buffer_pool_size = 1G
    max_write_lock_count = 8
    external-locking=FALSE
    open_files_limit=250000
    [mysqld_safe]
    
    [mysqldump]
    quick
    max_allowed_packet = 16M
    
    [isamchk]
    key_buffer = 384M
    sort_buffer = 384M
    read_buffer = 256M
    write_buffer = 256M
    
    [myisamchk]
    key_buffer = 128M
    sort_buffer = 128M
    read_buffer = 128M
    write_buffer = 128M
    
    #### Per connection configuration ####
    sort_buffer_size = 1M
    join_buffer_size = 1M
    thread_stack = 192K
  • 26-01-2015, 16:44:01
    #20
    LineDatacenter adlı üyeden alıntı: mesajı görüntüle
    merhaba

    ssh den bağlanıp aşşağıdaki kodları giriniz.çıktı verecektir onu iletirseniz my.cnf ayarlarınızı ileteyim

    cd ~
    wget https://raw.github.com/rackerhacker/MySQLTuner-perl/master/mysqltuner.pl
    chmod 777 mysqltuner.pl
    ./mysqltuner.pl
    Çıktılar aşağıdaki gibi oldu hocam.
  • 26-01-2015, 17:01:26
    #21
    Üyeliği durduruldu
    Misafir adlı üyeden alıntı: mesajı görüntüle
    Çıktılar aşağıdaki gibi oldu hocam.

     >>  MySQLTuner 1.4.0 - Major Hayden <major@mhtx.net>
     >>  Bug reports, feature requests, and downloads at http://mysqltuner.com/
     >>  Run with '--help' for additional options and output filtering
    [OK] Currently running supported MySQL version 5.6.22
    [OK] Operating on 64-bit architecture
    
    -------- Storage Engine Statistics -------------------------------------------
    [--] Status: +ARCHIVE +BLACKHOLE +CSV -FEDERATED +InnoDB +MRG_MYISAM
    [--] Data in MyISAM tables: 132M (Tables: 62)
    [--] Data in InnoDB tables: 1M (Tables: 114)
    [--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 52)
    [!!] Total fragmented tables: 11
    
    -------- Security Recommendations  -------------------------------------------
    [OK] All database users have passwords assigned
    
    -------- Performance Metrics -------------------------------------------------
    [--] Up for: 1d 12h 52m 29s (21M q [165.265 qps], 610K conn, TX: 268B, RX: 3B)
    [--] Reads / Writes: 98% / 2%
    [--] Total buffers: 169.0M global + 1.1M per thread (151 max threads)
    [OK] Maximum possible memory usage: 338.9M (4% of installed RAM)
    [OK] Slow queries: 0% (0/21M)
    [OK] Highest usage of available connections: 17% (26/151)
    [OK] Key buffer size / total MyISAM indexes: 8.0M/126.4M
    [OK] Key buffer hit rate: 98.5% (22B cached / 336M reads)
    [!!] Query cache is disabled
    [OK] Sorts requiring temporary tables: 1% (82K temp sorts / 7M sorts)
    [!!] Temporary tables created on disk: 86% (3M on disk / 3M total)
    [OK] Thread cache hit rate: 98% (6K created / 610K connections)
    [OK] Table cache hit rate: 44% (389 open / 880 opened)
    [OK] Open file limit used: 2% (292/10K)
    [OK] Table locks acquired immediately: 99% (25M immediate / 25M locks)
    [OK] InnoDB buffer pool / data size: 128.0M/1.9M
    [OK] InnoDB log waits: 0
    -------- Recommendations -----------------------------------------------------
    General recommendations:
        Run OPTIMIZE TABLE to defragment tables for better performance
        When making adjustments, make tmp_table_size/max_heap_table_size equal
        Reduce your SELECT DISTINCT queries without LIMIT clauses
    Variables to adjust:
        query_cache_type (=1)
        tmp_table_size (> 16M)
        max_heap_table_size (> 16M)
    merhaba

    kullandığınız my.cnf dosyasını iletirmisin
  • 26-01-2015, 17:07:35
    #22
    LineDatacenter adlı üyeden alıntı: mesajı görüntüle
    merhaba

    kullandığınız my.cnf dosyasını iletirmisin
    /etc/my.cnf dosyası di mi hocam?

    içindekiler bunlar

    [mysqld]
    max_allowed_packet=268435456
    open_files_limit=10000
  • 26-01-2015, 17:13:41
    #23
    Üyeliği durduruldu
    Misafir adlı üyeden alıntı: mesajı görüntüle
    /etc/my.cnf dosyası di mi hocam?

    içindekiler bunlar

    [mysqld]
    max_allowed_packet=268435456
    open_files_limit=10000
    merhaba

    özel msj ile ilettim sizede.
  • 26-01-2015, 17:29:09
    #24
    LineDatacenter adlı üyeden alıntı: mesajı görüntüle
    merhaba

    özel msj ile ilettim sizede.
    maalesef bir değişiklik olmadı hocam. yine aynı görünüyor. mysql restart ettim my.cnf kaydettikten sonra.
  • 26-01-2015, 17:30:02
    #25
    Üyeliği durduruldu
    Misafir adlı üyeden alıntı: mesajı görüntüle
    maalesef bir değişiklik olmadı hocam. yine aynı görünüyor. mysql restart ettim my.cnf kaydettikten sonra.
    merhaba

    özel pm ile sunucu erişim bilgilerinizi iletirseniz kontrol edelim kaynakları