i need to backup my forum database.Im using phpbb as my forum.When i login to my phpbb APC it shows that the size of my database is 8mb but when i bankup my database through phpmyadmin i get only 5.43mb and loads of tables are missing.i tried to backup through the phpbb ACP but no use the database size is reduced to 2mb. What is the problem and how can i get a complete backup of my forum?? i have moded my forum with hacks. and im running phpbb 2.0.21
I used this nice shell scripts to backup and restore full site with mysql database. http://drupal.org/node/59369 Works fine for me. But you will need SSH access to your host to launch the script.
How to Backup Your MySql Database which includes information how to execute the commands from a cron job if you do not have ssh access.
Two posts up which includes how to execute the mysql backup commands from a cron job if you do not have ssh access.