Dump File MySQL 5.6.10

前端 未结 16 2828
天涯浪人
天涯浪人 2020-12-25 10:25

I was trying to create a dump file from my MySQL database, but when I try it always gives me this error

Operation failed with exitcode 2

16条回答
  •  滥情空心
    2020-12-25 11:10

    If you are using Window 10. Your Mysql server would have been installed in C:\Program Files\MySQL directory and rest all components are installed in C:\Program Files (x86)\MySQL. Go to MySql Workbench>Edit>Preferences. A window will open, click the Administrator tab and mention the path of your mysqldump.exe (which is present in C:\Program Files\MySQL). Restart your workbench.

    Thanks, Happy coding!!

提交回复
热议问题