Can't export my database from mysql workbench

前端 未结 13 775
既然无缘
既然无缘 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:50

    I too had the same problem.. I am able to resolve this Issue by disabling the column-statistics in the advanced options of the MySQL Workbench Data Export.

    1: Click on the advanced options:

    2: In the other section for the column-statistics remove TRUE and set it to 0 to disable it.

    Now Return and Export the Data. Thank You

提交回复
热议问题