PHP Classes

MySQL Backup Pro

Recommend this page to a friend!

      MySQL Backup Pro  >  All threads  >  MySQL Backup Pro  >  (Un) Subscribe thread alerts  
Subject:MySQL Backup Pro
Summary:put backup back failing
Messages:7
Author:ceasar
Date:2005-01-04 19:14:59
Update:2005-01-16 00:25:27
 

  1. MySQL Backup Pro   Reply   Report abuse  
Picture of ceasar ceasar - 2005-01-04 19:14:59
I ran into this great script and it works out of the box
Thanks for that:)

However I have one problem with one server.
It installed fine and I can make a backup.
But when I want to import the backup it fails and brings me to not found page.
mylink.nl/backup2/?bfile=db_mylink_ ...

Server settings
MySQL Version 3.23.56
PHP Version 5.0.3
Apache/2.0.52 (FreeBSD) PHP/5.0.3

Thanks for your help

  2. Re: MySQL Backup Pro   Reply   Report abuse  
Picture of Ben Yacoub Hatem Ben Yacoub Hatem - 2005-01-05 05:47:31 - In reply to message 1 from ceasar
Hi, The url looks to be okay, can u send me exactly wich error number you got ? 404 not found or 501 or what ?

Thanks

  3. Re: MySQL Backup Pro   Reply   Report abuse  
Picture of Ben Yacoub Hatem Ben Yacoub Hatem - 2005-01-05 05:52:59 - In reply to message 2 from Ben Yacoub Hatem
Another detail, what is the size of your DB ? or of the generated backup file.

Thanks

  4. Re: MySQL Backup Pro   Reply   Report abuse  
Picture of ceasar ceasar - 2005-01-05 07:05:12 - In reply to message 3 from Ben Yacoub Hatem
the size of the db is 8kb

The error is page cannot be found and after refresh it stays blank

phpinfo here http://www.cfpianoservice.nl/phpinfo.php

  5. Re: MySQL Backup Pro   Reply   Report abuse  
Picture of ceasar ceasar - 2005-01-05 07:17:39 - In reply to message 4 from ceasar
If you want I can set up a package so you can have a look for yourself.

Send me your privat email adres.

Thanks for the help

  6. Re: MySQL Backup Pro   Reply   Report abuse  
Picture of Ben Yacoub Hatem Ben Yacoub Hatem - 2005-01-05 07:44:19 - In reply to message 5 from ceasar
It should work fine with that config, It's already tested with PHP5. anyway my email is already on phpclasses info at phptunisie dot net : http://www.phpclasses.org/browse/author/65887.html

Thanks
Hatem

  7. Re: MySQL Backup Pro   Reply   Report abuse  
Picture of Vincent K Vincent K - 2005-01-16 00:25:28 - In reply to message 1 from ceasar
I had the case where "nothing happens" when importing a backup (not even blank page). Looking at the php error log, i saw this
Allowed memory size of 18874368 bytes exhausted (tried to allocate 139 bytes)

Raising allowed memory up to 22M in php.ini fixed the problem.