I'm experiencing the same problem in MySQL Workbench 8.0.14 as the following post:
Can't export my database from mysql workbench
However, I don't have the Other/column-statistics
option noted in the answers. Apparently though, I can add the --column-statistics=0
argument to the mysqldump
command being executed to fix the problem.
The problem is, I can't figure out how to do that in Windows 10. How do I modify the execution of the mysqldump
command, either via MySQL Workbench or some other means, to add the --column-statistics=0
argument when it's executed? Thank you.
Edit: For what it's worth, as I think about this more, I'm wondering if I can't do anything about this problem because I'm trying to export from an external DB that the user I'm using may not have full access to and I'm having to use an SSH tunnel to even access the DB. I'm going to try installing a different version of MySQL Workbench and seeing if that helps.