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 had the same issue 5 minutes ago.
I fixed it by adding in my mysqldump command --column-statistics=0. Do it and it should work.
mysqldump
--column-statistics=0
In my case it's a phing task but you should get the idea.