@praveer
use ftp to upload database to ur server first,then login to ssh & use this command

mysql -u dbusername -p databasename < /path/to/backupname.sql

You will be prompted for the database password. Enter it and the database will restored.