Another technique for backing up a database is to use the mysqldump program or the mysqlhotcopy script.
Create a full backup of your database:
shell> mysqldump --tab=/path/to/some/dir --opt db_name
Or:
shell> mysqlhotcopy db_name /path/to/some/dir
You can a