I'm using MySQL WorkBench 8.0 on Windows 10.
When I run a simple SELECT query
SELECT * FROM some_table;
It will eventually time out with the error
Error Code: 2013. Lost connection to MySQL server during query
This only happens for one specific table, all other tables work just fine. I've tried setting the time out to longer than the default (30 seconds), but even after very long amounts of time it will still have the same result.
This is different from this similar question because the OP was getting the error when adding an index to a table, but in my situation it happens for any query for only one table.