Export the database through the mysqldump -u root -p dbname > dbname.sql command.
Then it prompts for a password.
After entering the password, there is no other prompt. Was the database export successful? Where is the location of the database exported in this way?
There is a virtual host configured and the mysql system environment variable path under the accessory window.
In the bin directory of the mysql installation path.