• 12-12-2009, 13:47:10
    #1
    Üyeliği durduruldu
    s.a millet bigdumpla sql yüklemeye calıstıgımda hata veriyor

    Stopped at the line 3825.
    
    At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts. Please read the BigDump FAQs for more infos.
    
    Stopped on error
  • 14-12-2009, 11:54:28
    #2
    SonSigaram adlı üyeden alıntı: mesajı görüntüle
    s.a millet bigdumpla sql yüklemeye calıstıgımda hata veriyor

    Stopped at the line 3825.
    
    At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn't place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts. Please read the BigDump FAQs for more infos.
    
    Stopped on error
    tam hatırlamıyorum ama bigdump.php de bir deger "300" olarak ayarlı o degeri yükselterek bu sorunu çözebilirsin..
  • 14-12-2009, 12:01:52
    #3
    Yeşil SEO İnt. Hiz.
    burayı bul

    define ('MAX_QUERY_LINES',300);
    bununla değiştir

    define ('MAX_QUERY_LINES',30000000000000);
  • 14-12-2009, 12:05:48
    #4
    Evet 3825. satırdaki sorgu ilgili ayardan daha uzun olduğundan bigdump.php dosyasında varsayılan olarak 300 verilen değeri yükseltmeniz lazım. Ben 5000'e kadar kullanıyorum.