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
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