I tried to backup the database from my mysql server.
I am using MYSQL 5.5.
I used the following Command to backup the database.
$
Try this mysqldump -uroot -p project > projectbackup.sql.
mysqldump -uroot -p project > projectbackup.sql
Now when prompted for password type "admin"