How to export a mysql database using Command Prompt?
First check if your command line recognizes mysql command. If not go to command & type in: Then use this command to export your database: You will then be prompted for the database password. This exports the database to the path you are currently in, while executing this command Note: Here are some detailed instructions regarding both import … Read more