How to Backup VOS3000 Database and download to your local PC

Login to your server Via SSH ( You can use Putty "http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" or any SSH client )

ones you have login type in follwoing command below.

mysqldump -u root -p vos3000db > vos3000db.sql

for mysql passowrd press enter or type in your mysql passowrd

ones backup is done then zip the file with follwoing command

zip vos3000db.zip vos3000db.sql

use the following command  to copy the file to folder where you can download it

cp vos3000db.zip /usr/apache-tomcat-5.5.15/webapps/eng/

press "y" for Yes over right the file


 then on your local PC open Internet Explore and put the following link

http://"YOUR Server IP"/eng/vos3000db.zip


Done.
Was this answer helpful?

Related Articles

Adding and viewing IP addresses on CentOS servers

To add newly assigned IP addresses from SSH, follow this procedure: (Please follow the steps...

How to Change SSH Port in Centos

Login into your Server Via Putty or any SSH client.type in following commandvi...

How to Reset Mysql passowrd

Step # 1 : Stop mysql service # /etc/init.d/mysql stopOutput: Stopping MySQL database server:...

Linux OS login software [putty]

Please click the link for download Putty software.  If this is not working then copy and paste...

How to reset root password CentOS

1. Boot the system and when you see the following message "Press any key to enter the menu",press...