• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

mysql database backup

use the command
Code:
mysqldump -uusername -ppassword database_name > backup.sql

Then depending on where you want to download it, IE to your local computer or another server, you would use FTP (local) and wget (server)
 
Dump it to a web accessible location then. Or, if you have SSH, use scp to copy it back over to your machine.

-mk
 
Back
Top