falcon_tiger importa başladıktan sonra şöyle bir hata veriyor.
BigDump: Staggered MySQL Dump Importer ver. 0.21b
Processing file: sql.sql
Starting at the line: 301
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6832745 bytes) in D:\Program Files\wamp\www\bigdump.php on line 454
ne yapmam gerekiyor?
-------------------------------------------------------------------------------------------------
Arkadaşlar sorunu çözdüm. Aynı sorunu yaşayan arkadaş varsa bigdump.php'yi notepad ile açıp
/
/ Other Settings
$filename = "sql.sql"; // Specify the dump filename to suppress the file selection dialog
$linespersession = 300; // Lines to be executed per one import session
$delaypersession = 300; // You can specify a sleep time in milliseconds after each session
// Works only if JavaScript is activated. Use to reduce server overrun
burayı bulsun.
$linespersession = 300 satırındaki 300 değerini büyütün. Ben 10000 yaptım sorunum çözüldü
