it is possible if we have pass of mysql database . how it possible download this database e.g name of database (already have) pass of database (already have)
install phpmyadmin somewhere, and connect it to the server's ip address. Otherwise, just read 'man mysql' and do it from shell.
I am not sure about this but by default, I think the MySQL database is accessible only on the localhost. For other servers to access the database, the database server should have enabled remote mysql connections for the IP address you would be accessing it with.