For taking Dump : mysqldump -u username -p test> test>
Then Enter Password if prompts for password
For Restoring Dump : mysql -u username -p test> < test>
Then Enter Password if prompts for password
Now I have restored the dump. So no need to take dump and restore.
scp -r <username>@<domainname/ip address>:/<file path> <destination path>
For Windows
mysql.exe -uroot -p dbname < dump
you need to do this in xampp/mysql/bin/ path
Then Enter Password if prompts for password
For Restoring Dump : mysql -u username -p test> < test>
Then Enter Password if prompts for password
Now I have restored the dump. So no need to take dump and restore.
scp -r <username>@<domainname/ip address>:/<file path> <destination path>
For Windows
mysql.exe -uroot -p dbname < dump
you need to do this in xampp/mysql/bin/ path