Maybe this litte sctipt attached to my post could be helpful for backing up the moodle-db if you are not too familar with MySQL or if you just want to have it simple.
moodle_dumper.php is a simple rewrite of phpmydump. It comes with build-in customizesations for moodle. You don't have to change anything...
Usage:
- upload moodle_dumper.php to your moodle-directory
- call http://your-moodle-url/moodle_dumper.php by browser to get your moodle.sql-file
- delete moodle_dumper.php instantly after use
have fun...
Maik
PS:
The script will fail with very big datases due to execution time limits set by your provider.