I want to export my database and i am using this code:
mysqldump -p -u markazo_b markazo_b > /tmp/file.sql
But SSH show this error:
You are actually trying using git bash, please try CMD xampp/mysql/bin then run
mysqldump -u root -p DbName> name_to_downlaod.sql