To backup the database in mysql use the following syntax
$ mysqldump --opt -u [uname] -p[pass] [dbname] > [backupfile.sql]