Can't export my database from mysql workbench

前端 未结 13 776
既然无缘
既然无缘 2020-12-07 20:24

I am trying to export my database from MySQL Workbench but I get this during the export progress:

Running: mysqldump.exe --defaults-file=\"c:\\users

13条回答
  •  执笔经年
    2020-12-07 20:48

    Also ran into this problem. Decided as follows: In the Workbench menu, go to:

    Edit - Preferences - Administration

    In the field "Path to mysqldump Tool", prescribe the path to mysqldump.exe, in my case "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqldump.exe", click OK.

    After that, the error no longer appeared.

提交回复
热议问题