Cannot backup phpbb databases
phpMyBackupPro is the MySQL backup tool - especially without ssh!
Status: Abandoned
Brought to you by:
datz
I trying to backup a phpbb database. But somewhy it doesn't backup... only at the import page the backup shows empty like this:
phpbbdatabse.000000000000.sql 00/00/00 00:00:00 0 B
The backup script doesn't include any tables or data... i'm sure that the add data and add tables box is checked.
And if i try view this backup , it shows only blank page.
When i try to import backuped database (fragmented):
Importing file:
phpbbdatabse.000000000000.sql
Into database:
phpbbdatabse
Session number:
1
Starting at line:
0
Stopping at line:
-1
Number of queries performed
(this session/total):
0/0
Number of bytes processed yet:
0 KB
Duration of last session:
0.000 seconds
Using: phpMyBackupPro.v.2.1
If the memory limit for PHP or the PHP timeout value is to low, fails to backup large databases.
Therefore increase the memory limit and the timeout value to backup these large databases,
There are several ways to do this - please have a look into the PHP help:
http://de.php.net/manual/info.configuration.php#ini.max-execution-time
http://php.net/manual/ini.core.php (memory_limit)