Mysqldump command not found

前端 未结 7 2075
再見小時候
再見小時候 2020-12-31 01:36

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:

相关标签:
7条回答
  • 2020-12-31 02:12

    You are actually trying using git bash, please try CMD xampp/mysql/bin then run

    mysqldump -u root -p DbName> name_to_downlaod.sql

    0 讨论(0)
提交回复
热议问题