This tutorial will show you how to dump your database file using Wamp easily.

To get started simply open your command prompt and type in the following:

c:/wamp/bin/mysql/mysql5.6.12/bin/mysqldump -uyourusername -p databasename > c:/Users/ComputerUserName/Desktop/db.sql

The above command will execute the MySQL dump and create a file called “db.sql” of your database tables directly on your desktop. Be sure to change the path and path names to suit your system.

Feel free to comment if this helped you.

1 Comment

  1. I am not certain the place you are getting your info, but good topic. I need to spend some time learning more or understanding more. Thank you for magnificent info I used to be in search of this information for my mission.

Leave a Reply

Your email address will not be published. Required fields are marked *

Post comment