Mysqldump command not found

前端 未结 7 2113
再見小時候
再見小時候 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 probably don't have the MySQL /bin folder on your PATH. Change to your mysql /bin folder and try the command again.

提交回复
热议问题