Adam
Adam

Reputation: 6733

MySQL Workbench Export Completed with 1 Errors - how to see error?

Using the Export to Disk functionality under Data Export and Restore in the administration part of MySQL workbench I have started getting message like "Export Completed with 1 Errors" (or some other number of errors). Under that it says "Statistics: Starting" but that never seems to complete.

Simple question: how do I see what the errors are? I am in the admin section, not the query section, so I do not have an output pane to check.

Upvotes: 1

Views: 1209

Answers (1)

Mike Lischke
Mike Lischke

Reputation: 53337

There's another tab in the export section titled "Export Progress". There's also the log:

enter image description here

Upvotes: 1

Related Questions