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 with this in command prompt not in mysql prompt
mysqldump -u root -p admin project > projectbackup.sql
Docs