Once you've logged to your dedicated server as root via SSH, type following command to create a back up of DB
Quote:
|
mysqldump DATABASE_NAME > BACKUP.sql
|
Change DB_NAME with the actual name of the database you want to back up.
This will generate a backup file of your DB called backup.sql that you can later use to restore your information from.