|
| |
1. MySQL Backup Pro |
|
Reply |
|
|
 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.
http://www.mylink.nl/backup2/?bfile=db_mylink_nl-%5B5tables%5D-2005-01-04+20-05-04.gz&ChgOrder=DateDesc&go=import&import=Import+Backup+file
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 |
|
|
 Ben Yacoub Hatem | 2005-01-05 05:47:31 |
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 |
|
|
 Ben Yacoub Hatem | 2005-01-05 05:52:59 |
Another detail, what is the size of your DB ? or of the generated backup file.
Thanks |
| |
4. Re: MySQL Backup Pro |
|
Reply |
|
|
 ceasar | 2005-01-05 07:05:12 |
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 |
|
|
 ceasar | 2005-01-05 07:17:39 |
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 |
|
|
 Ben Yacoub Hatem | 2005-01-05 07:44:19 |
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 |
|
|
 Vincent K | 2005-01-16 00:25:28 |
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. |
|