How to Backup VOS5000 Database and download
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 […]