Thanks,
Actually that worked to get the backup of database. If anything can be tried using PHP so that script abstacrts the data from remote server and store it in a table at local server.
at wrote:
export: mysqldump [dbname] filename
and
import: mysql [dbname] < filename