You can make a backup of MySQL database using mysqldump program distributed with MySQL.
E.g.:
mysqldump --opt -u User -p Database > VA_Shop_Dump.sql