Subscribe My Channel for videos like this.
Social site links:
facebook : / dinanathsingh
youtube : / dinanath129
Google plus: https://plus.google.com/u/0/111551527...
twitter : / dinanath33
linkedin : / dinanath-singh-62145237
******************************************************
*********** Command to export database *************
******************************************************
mysqldump -u root -p wordpress greater then D:\mysql\wordpress1.sql
******************************************************
*********** Command to import database *************
******************************************************
mysql -u root -p wordpress1 less then D:\mysql\wordpress1.sql