Objective
Provide a guide on how to dump the database in xampp.
Prerequisites
None.
Steps
Open the xampp console, and click the Shell button to open the command prompt.
Enter the following command:
mysqldump -u hubadmin -p DBname > c:\123.sql
Then, enter your password.