When I query a table in MySQL Workbench, no results are shown, the result section is just blank, no grid or anything. However if I export the data, it is all there. Everything worked fine until a couple days ago.
Query settings:
- Max Length = 65536
- Continue on SQL Script Error = true
- "Safe Updates = true
- Leave autocommit mode enabled = true
- Progress status update interval = 500
- Default algorithm for ALTER table = Default
- Default lock for ALTER table = Default
- Limit Rows = true
- Limit Rows Count = 1000
- Max Field Value Length to Display = 256
- Treat BINARY/VARBINARY as nonbinary character string = false
- Confirm Data Changes = True
No queries work, an example would be SELECT * FROM database.address








