Using MySQL Workbench 6.3.10 CE. Whenever I open a connection and I execute a query, the data that I see is based on the data committed before or at the time I opened the connection. If another user commits changes after I opened the connection I can’t see those changes when I query the affected tables. Any advice on what I need to do/change so I can see those changes?
↧