Login to your server Via Putty SSH or any SSH client
ones you have login type in follwoing command below.
mysqldump -u root -p vos5000db > vos5000db.sql
for mysql passowrd press enter or type in your mysql passowrd
ones backup is done then zip the file with follwoing command
zip vos5000db.zip vos5000db.sql
use the following command to copy the file to folder where you can download it
cp vos5000db.zip /usr/apache-tomcat-5.8.15/webapps/eng/
press “y” for Yes over right the file
Then on your local PC open Internet browser and put the following link
http://”YOUR Server IP”/eng/vos5000db.zip