| Author |
Message |
koka
knows MySQLDumper

Joined: 24 Jun 2011
Posts: 2

|
Posted:
2011-06-24, 02:02 I got Fatal error |
  |
Greetings,
Dear,
First many thanks about the great script
i work with VB 4.1.2 , so i have no backup option also in my host not support
So i use your script and it with work well
but from yesterday to right now i found only 1 problem
its came when i trying to do backup
its says:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 252379413 bytes) in /srv/disk2/577450/www/1fast5.com/vb/msd/inc/functions_dump.php on line 380
but i received in my FTP a file of DB ,
the problem is i don't' know this backup is correct or expire?
can you please tell me the backup which i got in FTP is correct or not and why this error came
and if i support you i'll get fixed in this problem
thanks
hope to hear from you soon
|
|
  |
 |
Anzeigen
|
Posted:
Anzeigen |
 |
|
| |
 |
Jens_K
Moderator

Age: 37
Joined: 04 Sep 2007
Posts: 1710
Location: Nähe Bielefeld

|
Posted:
2011-06-24, 08:19 (No subject) |
  |
Do you have binary data in you db, such as attachments, pictures, mp3 files?
Try to lower the speed parameter in MySQLDumper configuration. What values are you using right now?
You can check if the backup is complete by unpacking it and opening it with a text-editor (MS Word isn't one!). If you see an "#EOB" at the end of the file, the backup is complete.
_________________ It's like math-camp all over again ... not ... that i've ever been to math-camp!
mein Blog
|
|
   |
 |
Kyoya
Developer


Age: 29
Joined: 22 Sep 2010
Posts: 74

|
Posted:
2011-06-24, 08:27 (No subject) |
  |
Hi,
PHP has a limit, how much memory it can use for storing data in working memory. In your case this memory ist limited to 32 MiB, but your databas/backup is larger.
Try to use multipart backup. A size of 20 MiB should be fine for you.
Best regards
Stefan
_________________ You can't stop me.
|
|
    |
 |
DSB
Developer


Age: 41
Joined: 30 Apr 2004
Posts: 16070
Location: Reichenberg bei Würzburg

|
Posted:
2011-06-26, 21:46 (No subject) |
  |
You are trying to send the backup via mail?
Then the attachement ist too big. Use the Multipart option or turn off sending the backup via email.
_________________ Gruß / Greetings, DSB
Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.
|
|
    |
 |
koka
knows MySQLDumper

Joined: 24 Jun 2011
Posts: 2

|
Posted:
2011-06-26, 21:57 (No subject) |
  |
Greatings,
Thanks you guys, the problem has been done
|
|
  |
 |
|
|