2. Make an SSH connection to your web server with PuTTY.
3. At the command prompt enter
Code:
mysqldump -u yourMySQLusername -pyourMySQLpassword yourdbname > yourdbname.sql
4. At the command prompt enter
Code:
gzip yourdbname.sql
5. Store the resulting yourdbname.sql.gz file away for safe keeping.
6. Switch Vbulletin back on in Admin Control Panel - Settings - Options - Switch Vbulletin On/Off.
The backup is complete.

